Skip to content

Commit 46c67d7

Browse files
committed
[css-transitions] Fix bikeshed ignored vars warning.
1 parent 48a9ba6 commit 46c67d7

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css-transitions/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Issue Tracking: Bugzilla bugs for all levels https://www.w3.org/Bugs/Public/bugl
3131
Abstract: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
3232
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>
3333
Ignored Terms: float
34+
Ignored Vars: x1, x2, y1, y2
3435
</pre>
3536
<!-- FIXME: font-size and font-weight link defaults don't work -->
3637
<pre class="link-defaults">
@@ -440,7 +441,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
440441
Specifies a <a
441442
href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
442443
curve</a>. The four values specify points P<sub>1</sub> and
443-
P<sub>2</sub> of the curve as (x1, y1, x2, y2). Both x values must be
444+
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
444445
in the range [0, 1] or the definition is invalid. The y values can
445446
exceed this range.
446447
</dd>

css-transitions/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="head">
3030
<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>
3131
<h1 class="p-name no-ref" id="title">CSS Transitions</h1>
32-
<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>
32+
<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>
3333
<div data-fill-with="spec-metadata">
3434
<dl>
3535
<dt>This version:
@@ -425,7 +425,7 @@ <h3 class="heading settled" data-level="2.3" id="transition-timing-function-prop
425425
<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>
426426
<dd> Specifies a <a href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">cubic-bezier
427427
curve</a>. The four values specify points P<sub>1</sub> and
428-
P<sub>2</sub> of the curve as (x1, y1, x2, y2). Both x values must be
428+
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
429429
in the range [0, 1] or the definition is invalid. The y values can
430430
exceed this range.
431431
</dl>
@@ -1558,11 +1558,11 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
15581558
<dt id="biblio-webidl"><a class="self-link" href="#biblio-webidl"></a>[WebIDL]
15591559
<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>
15601560
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
1561-
<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>
1561+
<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>
15621562
<dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
15631563
<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>
15641564
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
1565-
<dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
1565+
<dd>CSS Color Module Level 3 URL: <a href="https://www.w3.org/TR/css3-color/">https://www.w3.org/TR/css3-color/</a>
15661566
<dt id="biblio-css-text-decor-3"><a class="self-link" href="#biblio-css-text-decor-3"></a>[CSS-TEXT-DECOR-3]
15671567
<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>
15681568
<dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]

0 commit comments

Comments
 (0)