File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1467,7 +1467,7 @@ Check if two code points are a valid escape</h4>
1467
1467
1468
1468
Note: This algorithm will not consume any additional <a>code point</a> .
1469
1469
1470
- If the first <a>code point</a> is not U+005D REVERSE SOLIDUS (\),
1470
+ If the first <a>code point</a> is not U+005C REVERSE SOLIDUS (\),
1471
1471
return false.
1472
1472
1473
1473
Otherwise,
Original file line number Diff line number Diff line change 58
58
</ p >
59
59
< h1 class ="p-name no-ref " id =title > CSS Syntax Module Level 3</ h1 >
60
60
< h2 class ="no-num no-toc no-ref heading settled heading " id =subtitle > < span class =content > Editor’s Draft,
61
- < span class =dt-updated > < span class =value-title title =20140617 > 17 June 2014</ span > </ span > </ span > </ h2 >
61
+ < span class =dt-updated > < span class =value-title title =20140619 > 19 June 2014</ span > </ span > </ span > </ h2 >
62
62
< div data-fill-with =spec-metadata > < dl > < dt > This version:< dd > < a class =u-url href =http://dev.w3.org/csswg/css-syntax/ > http://dev.w3.org/csswg/css-syntax/</ a > < dt > Latest version:< dd > < a href =http://www.w3.org/TR/css-syntax-3/ > http://www.w3.org/TR/css-syntax-3/</ a > < dt > Editor’s Draft:< dd > < a href =http://dev.w3.org/csswg/css-syntax/ > http://dev.w3.org/csswg/css-syntax/</ a > < dt > Previous Versions:< dd > < a href =http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/ rel =previous > http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/</ a > < dd > < a href =http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel =previous > http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</ a > < dd > < a href =http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel =previous > http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</ a >
63
63
< dt > Feedback:</ dt >
64
64
< dd > < a href ="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback "> www-style@w3.org</ a >
@@ -2567,7 +2567,7 @@ <h4 class="heading settled heading" data-level=4.3.9 id=starts-with-a-valid-esca
2567
2567
2568
2568
< p class =note > Note: This algorithm will not consume any additional < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > .</ p >
2569
2569
2570
- < p > If the first < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > is not U+005D REVERSE SOLIDUS (\),
2570
+ < p > If the first < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > is not U+005C REVERSE SOLIDUS (\),
2571
2571
return false.</ p >
2572
2572
2573
2573
< p > Otherwise,
You can’t perform that action at this time.
0 commit comments