[css-transitions] There's now something to link to for box-shadow: none, so link to it.

Thu, 18 Feb 2016 12:37:07 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 18 Feb 2016 12:37:07 -0800
changeset 17078
870388d96219
parent 17077
292a53f3e3ef
child 17079
5dff007796f9

[css-transitions] There's now something to link to for box-shadow: none, so link to it.

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	Fri Feb 19 05:27:14 2016 +0900
     1.2 +++ b/css-transitions/Overview.bs	Thu Feb 18 12:37:07 2016 -0800
     1.3 @@ -89,6 +89,7 @@
     1.4  <!-- FIXME: These overrides aren't great for dev/TR switching -->
     1.5  <pre class="anchors">
     1.6  url: https://www.w3.org/TR/css3-background/#shadow-inset; type: value; for: shadow; text: inset;
     1.7 +url: https://www.w3.org/TR/css3-background/#box-shadow-none; type: value; for: shadow; text: none;
     1.8  url: https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility; type: value; for: visibility; text: visible;
     1.9  urlPrefix: https://www.w3.org/TR/css3-color/; type: value;
    1.10      text: transparent
    1.11 @@ -486,7 +487,7 @@
    1.12        </pre>
    1.13  
    1.14        <div class="prod">
    1.15 -        <dfn type id="single-transition">&lt;single-transition&gt;</dfn> = [ ''none'' | <<single-transition-property>> ] || <<time>> || <<single-transition-timing-function>> || <<time>>
    1.16 +        <dfn type id="single-transition">&lt;single-transition&gt;</dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<single-transition-timing-function>> || <<time>>
    1.17        </div>
    1.18  
    1.19        <p>
    1.20 @@ -500,7 +501,7 @@
    1.21        <p>
    1.22          If there is more than one <<single-transition>> in the shorthand,
    1.23          and any of the transitions has
    1.24 -        ''none'' as the <<single-transition-property>>,
    1.25 +        ''transition-property/none'' as the <<single-transition-property>>,
    1.26          then the declaration is invalid.
    1.27        </p>
    1.28  
     2.1 --- a/css-transitions/Overview.html	Fri Feb 19 05:27:14 2016 +0900
     2.2 +++ b/css-transitions/Overview.html	Thu Feb 18 12:37:07 2016 -0800
     2.3 @@ -2,7 +2,7 @@
     2.4   <head>
     2.5    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
     2.6    <title>CSS Transitions</title>
     2.7 -  <meta content="width=device-width, initial-scale=1" name="viewport">
     2.8 +  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
     2.9    <meta content="refining" name="csswg-work-status">
    2.10    <meta content="ED" name="w3c-status">
    2.11    <link href="../default.css" rel="stylesheet" type="text/css">
    2.12 @@ -24,12 +24,11 @@
    2.13      }
    2.14      div.prod { margin: 1em 2em; }
    2.15    </style>
    2.16 - </head>
    2.17   <body class="h-entry">
    2.18    <div class="head">
    2.19     <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.20     <h1 class="p-name no-ref" id="title">CSS Transitions</h1>
    2.21 -   <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>
    2.22 +   <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>
    2.23     <div data-fill-with="spec-metadata">
    2.24      <dl>
    2.25       <dt>This version:
    2.26 @@ -1036,7 +1035,7 @@
    2.27            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
    2.28            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. 
    2.29      <li id="animtype-shadow-list"><a class="self-link" href="#animtype-shadow-list"></a> <strong>shadow list</strong>: Each shadow in the list
    2.30 -          (treating <span class="css">none</span> as a 0-length list)
    2.31 +          (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)
    2.32            is interpolated via the
    2.33            color (as <a href="#animtype-color">color</a>) component,
    2.34            and x, y, blur, and (when appropriate) spread
    2.35 @@ -1638,23 +1637,17 @@
    2.36     <dt id="biblio-css3cascade"><a class="self-link" href="#biblio-css3cascade"></a>[CSS3CASCADE]
    2.37     <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>
    2.38     <dt id="biblio-webidl"><a class="self-link" href="#biblio-webidl"></a>[WebIDL]
    2.39 -   <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.40 -   <dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
    2.41 -   <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.42 +   <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>
    2.43     <dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
    2.44 -   <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.45 -   <dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
    2.46 -   <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.47 +   <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>
    2.48     <dt id="biblio-css-text-decor-3"><a class="self-link" href="#biblio-css-text-decor-3"></a>[CSS-TEXT-DECOR-3]
    2.49 -   <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.50 +   <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>
    2.51     <dt id="biblio-css-transforms-1"><a class="self-link" href="#biblio-css-transforms-1"></a>[CSS-TRANSFORMS-1]
    2.52 -   <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>
    2.53 +   <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>
    2.54     <dt id="biblio-css-values"><a class="self-link" href="#biblio-css-values"></a>[CSS-VALUES]
    2.55 -   <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>
    2.56 +   <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>
    2.57     <dt id="biblio-css3-animations"><a class="self-link" href="#biblio-css3-animations"></a>[CSS3-ANIMATIONS]
    2.58     <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>
    2.59 -   <dt id="biblio-dom-ls"><a class="self-link" href="#biblio-dom-ls"></a>[DOM-LS]
    2.60 -   <dd>Document Object Model URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
    2.61     <dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]
    2.62     <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>
    2.63    </dl>
    2.64 @@ -1666,8 +1659,14 @@
    2.65     <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>
    2.66     <dt id="biblio-wcag20"><a class="self-link" href="#biblio-wcag20"></a>[WCAG20]
    2.67     <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>
    2.68 +   <dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
    2.69 +   <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.70 +   <dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
    2.71 +   <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.72     <dt id="biblio-css3-images"><a class="self-link" href="#biblio-css3-images"></a>[CSS3-IMAGES]
    2.73     <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>
    2.74 +   <dt id="biblio-dom-ls"><a class="self-link" href="#biblio-dom-ls"></a>[DOM-LS]
    2.75 +   <dd>Document Object Model URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
    2.76     <dt id="biblio-smil-animation"><a class="self-link" href="#biblio-smil-animation"></a>[SMIL-ANIMATION]
    2.77     <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>
    2.78    </dl>
    2.79 @@ -1764,6 +1763,4 @@
    2.80     <div class="issue"> It no longer makes sense for this line to be called
    2.81          "Animatable".  It should probably be renamed to "Interpolation",
    2.82          and the "no" value renamed to "discrete" or "in steps". <a href="#issue-cfb3ba3c"> ↵ </a></div>
    2.83 -  </div>
    2.84 - </body>
    2.85 -</html>
    2.86 \ No newline at end of file
    2.87 +  </div>
    2.88 \ No newline at end of file

mercurial