File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454</ p >
5555 < h1 class ="p-name no-ref " id =title > CSS Syntax Module Level 3</ h1 >
5656 < h2 class ="no-num no-toc no-ref heading settled heading " id =subtitle > < span class =content > Editor’s Draft,
57- < span class =dt-updated > < span class =value-title title =20140115 > 15 January 2014</ span > </ span > </ span > </ h2 >
57+ < span class =dt-updated > < span class =value-title title =20140116 > 16 January 2014</ span > </ span > </ span > </ h2 >
5858 < 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/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 >
5959 < dt > Feedback:</ dt >
6060 < dd > < a href ="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback "> www-style@w3.org</ a >
@@ -4497,7 +4497,7 @@ <h3 class="heading settled heading" data-level=8.2 id=charset-rule><span class=s
44974497< pre class =prod > < dfn class =css-code data-dfn-type =type data-export ="" id =typedef-at-charset-rule > <at-charset-rule>< a class =self-link href =#typedef-at-charset-rule > </ a > </ dfn > = @charset < a class ="production css-code " data-link-type =type href =http://dev.w3.org/csswg/css-values-3/#string-value title ="<string> "> <string></ a > ;</ pre >
44984498< p > and, for backward compatibility, includes it in the object model for the stylesheet.
44994499 Modifying, adding, or removing an @charset rule via the object model has no effect
4500- (in particular it does * not* cause the stylesheet to be rescanned in a different encoding).
4500+ (in particular it does < strong > not</ strong > cause the stylesheet to be rescanned in a different encoding).
45014501 The @charset rule is invalid if it is not the very first, top-level rule in the stylesheet,
45024502 but it is parsed according to the normal syntax for @-rules,
45034503 which are less restrictive than the algorithm that determines the fallback encoding.
Original file line number Diff line number Diff line change @@ -3023,7 +3023,7 @@ <h3 id='charset-rule'>
30233023
30243024 and, for backward compatibility, includes it in the object model for the stylesheet.
30253025 Modifying, adding, or removing an @charset rule via the object model has no effect
3026- (in particular it does * not* cause the stylesheet to be rescanned in a different encoding).
3026+ (in particular it does < strong > not</ strong > cause the stylesheet to be rescanned in a different encoding).
30273027 The @charset rule is invalid if it is not the very first, top-level rule in the stylesheet,
30283028 but it is parsed according to the normal syntax for @-rules,
30293029 which are less restrictive than the algorithm that determines the fallback encoding.
You can’t perform that action at this time.
0 commit comments