Skip to content

Commit 905d2d3

Browse files
committed
[css-transitions] There's now something to link to for box-shadow: none, so link to it.
1 parent 8bda550 commit 905d2d3

2 files changed

Lines changed: 18 additions & 20 deletions

File tree

css-transitions/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ spec:css-values-3; type:type; text:<time>
8989
<!-- FIXME: These overrides aren't great for dev/TR switching -->
9090
<pre class="anchors">
9191
url: https://www.w3.org/TR/css3-background/#shadow-inset; type: value; for: shadow; text: inset;
92+
url: https://www.w3.org/TR/css3-background/#box-shadow-none; type: value; for: shadow; text: none;
9293
url: https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility; type: value; for: visibility; text: visible;
9394
urlPrefix: https://www.w3.org/TR/css3-color/; type: value;
9495
text: transparent
@@ -486,7 +487,7 @@ Introduction {#introduction}
486487
</pre>
487488

488489
<div class="prod">
489-
<dfn type id="single-transition">&lt;single-transition&gt;</dfn> = [ ''none'' | <<single-transition-property>> ] || <<time>> || <<single-transition-timing-function>> || <<time>>
490+
<dfn type id="single-transition">&lt;single-transition&gt;</dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<single-transition-timing-function>> || <<time>>
490491
</div>
491492

492493
<p>
@@ -500,7 +501,7 @@ Introduction {#introduction}
500501
<p>
501502
If there is more than one <<single-transition>> in the shorthand,
502503
and any of the transitions has
503-
''none'' as the <<single-transition-property>>,
504+
''transition-property/none'' as the <<single-transition-property>>,
504505
then the declaration is invalid.
505506
</p>
506507

css-transitions/Overview.html

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
44
<title>CSS Transitions</title>
5-
<meta content="width=device-width, initial-scale=1" name="viewport">
5+
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
66
<meta content="refining" name="csswg-work-status">
77
<meta content="ED" name="w3c-status">
88
<link href="../default.css" rel="stylesheet" type="text/css">
@@ -24,12 +24,11 @@
2424
}
2525
div.prod { margin: 1em 2em; }
2626
</style>
27-
</head>
2827
<body class="h-entry">
2928
<div class="head">
3029
<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>
3130
<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-02-08">8 February 2016</time></span></h2>
31+
<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-18">18 February 2016</time></span></h2>
3332
<div data-fill-with="spec-metadata">
3433
<dl>
3534
<dt>This version:
@@ -1036,7 +1035,7 @@ <h3 class="heading settled" data-level="7.1" id="interpolated-types"><span class
10361035
start/end of the transition or as a result of <a class="css" data-link-type="maybe" href="#funcdef-transition-timing-function-cubic-bezier">cubic-bezier()</a> functions with Y values outside of [0, 1]) map to the closer
10371036
endpoint; if neither value is <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visible</a> then not interpolable.
10381037
<li id="animtype-shadow-list"><a class="self-link" href="#animtype-shadow-list"></a> <strong>shadow list</strong>: Each shadow in the list
1039-
(treating <span class="css">none</span> as a 0-length list)
1038+
(treating <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css3-background/#box-shadow-none">none</a> as a 0-length list)
10401039
is interpolated via the
10411040
color (as <a href="#animtype-color">color</a>) component,
10421041
and x, y, blur, and (when appropriate) spread
@@ -1638,23 +1637,17 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
16381637
<dt id="biblio-css3cascade"><a class="self-link" href="#biblio-css3cascade"></a>[CSS3CASCADE]
16391638
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-3/">CSS Cascading and Inheritance Level 3</a>. 16 April 2015. CR. URL: <a href="http://www.w3.org/TR/css-cascade-3/">http://www.w3.org/TR/css-cascade-3/</a>
16401639
<dt id="biblio-webidl"><a class="self-link" href="#biblio-webidl"></a>[WebIDL]
1641-
<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>
1642-
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
1643-
<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>
1640+
<dd>Cameron McCormack; Boris Zbarsky. <a href="https://heycam.github.io/webidl/">WebIDL Level 1</a>. 4 August 2015. WD. URL: <a href="https://heycam.github.io/webidl/">https://heycam.github.io/webidl/</a>
16441641
<dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
1645-
<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>
1646-
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
1647-
<dd>CSS Color Module Level 3 URL: <a href="https://www.w3.org/TR/css3-color/">https://www.w3.org/TR/css3-color/</a>
1642+
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://dev.w3.org/csswg/css-cascade/">CSS Cascading and Inheritance Level 4</a>. 14 January 2016. CR. URL: <a href="http://dev.w3.org/csswg/css-cascade/">http://dev.w3.org/csswg/css-cascade/</a>
16481643
<dt id="biblio-css-text-decor-3"><a class="self-link" href="#biblio-css-text-decor-3"></a>[CSS-TEXT-DECOR-3]
1649-
<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>
1644+
<dd>Elika Etemad; Koji Ishii. <a href="http://dev.w3.org/csswg/css-text-decor-3/">CSS Text Decoration Module Level 3</a>. 1 August 2013. CR. URL: <a href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
16501645
<dt id="biblio-css-transforms-1"><a class="self-link" href="#biblio-css-transforms-1"></a>[CSS-TRANSFORMS-1]
1651-
<dd>Simon Fraser; et al. <a href="http://www.w3.org/TR/css-transforms-1/">CSS Transforms Module Level 1</a>. 26 November 2013. WD. URL: <a href="http://www.w3.org/TR/css-transforms-1/">http://www.w3.org/TR/css-transforms-1/</a>
1646+
<dd>Simon Fraser; et al. <a href="http://dev.w3.org/csswg/css-transforms/">CSS Transforms Module Level 1</a>. 26 November 2013. WD. URL: <a href="http://dev.w3.org/csswg/css-transforms/">http://dev.w3.org/csswg/css-transforms/</a>
16521647
<dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]
1653-
<dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-values/">CSS Values and Units Module Level 3</a>. 11 June 2015. CR. URL: <a href="http://www.w3.org/TR/css-values/">http://www.w3.org/TR/css-values/</a>
1648+
<dd>Tab Atkins Jr.; Elika Etemad. <a href="http://dev.w3.org/csswg/css-values/">CSS Values and Units Module Level 3</a>. 11 June 2015. CR. URL: <a href="http://dev.w3.org/csswg/css-values/">http://dev.w3.org/csswg/css-values/</a>
16541649
<dt id="biblio-css3-animations"><a class="self-link" href="#biblio-css3-animations"></a>[CSS3-ANIMATIONS]
16551650
<dd>Dean Jackson; et al. <a href="http://www.w3.org/TR/css3-animations/">CSS Animations</a>. 19 February 2013. WD. URL: <a href="http://www.w3.org/TR/css3-animations/">http://www.w3.org/TR/css3-animations/</a>
1656-
<dt id="biblio-dom-ls"><a class="self-link" href="#biblio-dom-ls"></a>[DOM-LS]
1657-
<dd>Document Object Model URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
16581651
<dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]
16591652
<dd>S. Bradner. <a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a>
16601653
</dl>
@@ -1666,8 +1659,14 @@ <h3 class="no-num heading settled" id="informative"><span class="content">Inform
16661659
<dd>Erik Dahlström; et al. <a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG) 1.1 (Second Edition)</a>. 16 August 2011. REC. URL: <a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a>
16671660
<dt id="biblio-wcag20"><a class="self-link" href="#biblio-wcag20"></a>[WCAG20]
16681661
<dd>Ben Caldwell; et al. <a href="http://www.w3.org/TR/WCAG20/">Web Content Accessibility Guidelines (WCAG) 2.0</a>. 11 December 2008. REC. URL: <a href="http://www.w3.org/TR/WCAG20/">http://www.w3.org/TR/WCAG20/</a>
1662+
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
1663+
<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>
1664+
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
1665+
<dd>CSS Color Module Level 3 URL: <a href="https://www.w3.org/TR/css3-color/">https://www.w3.org/TR/css3-color/</a>
16691666
<dt id="biblio-css3-images"><a class="self-link" href="#biblio-css3-images"></a>[CSS3-IMAGES]
16701667
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css3-images/">CSS Image Values and Replaced Content Module Level 3</a>. 17 April 2012. CR. URL: <a href="http://www.w3.org/TR/css3-images/">http://www.w3.org/TR/css3-images/</a>
1668+
<dt id="biblio-dom-ls"><a class="self-link" href="#biblio-dom-ls"></a>[DOM-LS]
1669+
<dd>Document Object Model URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
16711670
<dt id="biblio-smil-animation"><a class="self-link" href="#biblio-smil-animation"></a>[SMIL-ANIMATION]
16721671
<dd>Patrick Schmitz; Aaron Cohen. <a href="http://www.w3.org/TR/smil-animation/">SMIL Animation</a>. 4 September 2001. REC. URL: <a href="http://www.w3.org/TR/smil-animation/">http://www.w3.org/TR/smil-animation/</a>
16731672
</dl>
@@ -1764,6 +1763,4 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
17641763
<div class="issue"> It no longer makes sense for this line to be called
17651764
"Animatable". It should probably be renamed to "Interpolation",
17661765
and the "no" value renamed to "discrete" or "in steps". <a href="#issue-cfb3ba3c"></a></div>
1767-
</div>
1768-
</body>
1769-
</html>
1766+
</div>

0 commit comments

Comments
 (0)