[css-transitions] Fix bikeshed ignored vars warning.

Wed, 03 Feb 2016 15:17:31 +1100

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 03 Feb 2016 15:17:31 +1100
changeset 17009
1577b3ccd54b
parent 17008
cb6a62b3ed2f
child 17010
d58b16ee428c

[css-transitions] Fix bikeshed ignored vars warning.

css-transitions/Overview.bs file | annotate | diff | comparison | revisions
css-transitions/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.bs	Tue Feb 02 20:11:56 2016 -0800
     1.2 +++ b/css-transitions/Overview.bs	Wed Feb 03 15:17:31 2016 +1100
     1.3 @@ -31,6 +31,7 @@
     1.4  Abstract: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
     1.5  Status Text: <strong>This document</strong> is expected to be relatively close to last call.  While some issues raised have yet to be addressed, new features are extremely unlikely to be considered for this level. <p>The following behaviors are at risk: <ul><li><a href="#discrete-interpolation-at-risk">Interpolation in steps of property types that cannot be interpolated</a></li></ul>
     1.6  Ignored Terms: float
     1.7 +Ignored Vars: x1, x2, y1, y2
     1.8  </pre>
     1.9  <!-- FIXME: font-size and font-weight link defaults don't work -->
    1.10  <pre class="link-defaults">
    1.11 @@ -440,7 +441,7 @@
    1.12            Specifies a <a
    1.13            href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
    1.14            curve</a>. The four values specify points P<sub>1</sub> and
    1.15 -          P<sub>2</sub> of the curve as (x1, y1, x2, y2). Both x values must be
    1.16 +          P<sub>2</sub> of the curve as (<var>x1</var>, <var>y1</var>, <var>x2</var>, <var>y2</var>). Both x values must be
    1.17            in the range [0, 1] or the definition is invalid. The y values can
    1.18            exceed this range.
    1.19          </dd>
     2.1 --- a/css-transitions/Overview.html	Tue Feb 02 20:11:56 2016 -0800
     2.2 +++ b/css-transitions/Overview.html	Wed Feb 03 15:17:31 2016 +1100
     2.3 @@ -29,7 +29,7 @@
     2.4    <div class="head">
     2.5     <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p>
     2.6     <h1 class="p-name no-ref" id="title">CSS Transitions</h1>
     2.7 -   <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-01-31">31 January 2016</time></span></h2>
     2.8 +   <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-02-03">3 February 2016</time></span></h2>
     2.9     <div data-fill-with="spec-metadata">
    2.10      <dl>
    2.11       <dt>This version:
    2.12 @@ -425,7 +425,7 @@
    2.13      <dt><dfn class="css" data-dfn-for="transition-timing-function, <single-transition-timing-function>" data-dfn-type="function" data-export="" data-lt="cubic-bezier()" id="funcdef-transition-timing-function-cubic-bezier">cubic-bezier(<a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#number-value">&lt;number></a>, <a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#number-value">&lt;number></a>, <a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#number-value">&lt;number></a>, <a class="production css" data-link-type="type" href="https://drafts.csswg.org/css-values-3/#number-value">&lt;number></a>)<a class="self-link" href="#funcdef-transition-timing-function-cubic-bezier"></a></dfn>
    2.14      <dd> Specifies a <a href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
    2.15            curve</a>. The four values specify points P<sub>1</sub> and
    2.16 -          P<sub>2</sub> of the curve as (x1, y1, x2, y2). Both x values must be
    2.17 +          P<sub>2</sub> of the curve as (<var>x1</var>, <var>y1</var>, <var>x2</var>, <var>y2</var>). Both x values must be
    2.18            in the range [0, 1] or the definition is invalid. The y values can
    2.19            exceed this range. 
    2.20     </dl>
    2.21 @@ -1558,11 +1558,11 @@
    2.22     <dt id="biblio-webidl"><a class="self-link" href="#biblio-webidl"></a>[WebIDL]
    2.23     <dd>Cameron McCormack; Boris Zbarsky. <a href="http://www.w3.org/TR/WebIDL-1/">WebIDL Level 1</a>. 4 August 2015. WD. URL: <a href="http://www.w3.org/TR/WebIDL-1/">http://www.w3.org/TR/WebIDL-1/</a>
    2.24     <dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
    2.25 -   <dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a>
    2.26 +   <dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="https://www.w3.org/TR/css3-background/">https://www.w3.org/TR/css3-background/</a>
    2.27     <dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
    2.28     <dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 14 January 2016. CR. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a>
    2.29     <dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
    2.30 -   <dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
    2.31 +   <dd>CSS Color Module Level 3 URL: <a href="https://www.w3.org/TR/css3-color/">https://www.w3.org/TR/css3-color/</a>
    2.32     <dt id="biblio-css-text-decor-3"><a class="self-link" href="#biblio-css-text-decor-3"></a>[CSS-TEXT-DECOR-3]
    2.33     <dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Module Level 3</a>. 1 August 2013. CR. URL: <a href="http://www.w3.org/TR/css-text-decor-3/">http://www.w3.org/TR/css-text-decor-3/</a>
    2.34     <dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]

mercurial