File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2748,7 +2748,7 @@ has been moved to the <a href="https://www.w3.org/TR/css3-break/">CSS Fragmentat
2748
2748
represented by 2-4 length values, an optional color, and an optional ''box-shadow/inset'' keyword.
2749
2749
Omitted lengths are 0; omitted colors default to the value of the 'color' property.
2750
2750
<pre class=prod>
2751
- <dfn><<shadow>></dfn> = inset ? && <<length>> {2,4} && <<color>> ?</pre>
2751
+ <dfn><<shadow>></dfn> = <<color>> ? && <<length>> {2,4} && inset ?</pre>
2752
2752
2753
2753
<p> The components of each <<shadow>> are interpreted as follows:
2754
2754
@@ -3055,6 +3055,17 @@ The lists below describe which features from this specification are in each leve
3055
3055
<h2 id="changes">
3056
3056
Changes</h2>
3057
3057
3058
+ <h3 id="changes-2017-10">
3059
+ Changes since the 17 October 2017 Candidate Recommendation</h3>
3060
+
3061
+ <ul>
3062
+ <li> Inverted order of <<shadow>> grammar to match browser serialization and 'text-shadow' /''drop-shadow()'' .
3063
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2305">Issue 2305</a> )
3064
+ <blockquote>
3065
+ <pre> <dfn><<shadow>></dfn> = <del> inset</del><ins> <<color>> </ins> ? && <<length>> {2,4} && <del> <<color>> </del><ins> inset</ins> ?</pre>
3066
+ </blockquote>
3067
+ </ul>
3068
+
3058
3069
<h3 id="changes-2014-09">
3059
3070
Changes since the 9 September 2014 Candidate Recommendation</h3>
3060
3071
You can’t perform that action at this time.
0 commit comments