Skip to content

Commit 7955aff

Browse files
committed
define converted to ASCII lowercase
1 parent bd44f44 commit 7955aff

2 files changed

Lines changed: 13 additions & 27 deletions

File tree

cssom/Overview.html

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -306,20 +306,14 @@ <h2 id=terminology><span class=secno>3. </span>Terminology</h2>
306306

307307
<p class=XXX> <dfn id=resolve-a-url>resolve a URL</dfn>, <dfn
308308
id=case-sensitive>case-sensitive</dfn>, <dfn
309+
id=converted-to-ascii-lowercase>converted to ASCII lowercase</dfn>, <dfn
309310
id=ascii-case-insensitive>ASCII case-insensitive</dfn>, <dfn
310311
id=url>URL</dfn>, <dfn id=content-type-metadata>Content-Type
311312
metadata</dfn>, <dfn id=supported-styling-language>supported styling
312313
language</dfn>, <dfn
313314
id=xml-stylesheet-processing-instruction><code>xml-stylesheet</code>
314315
processing instruction</dfn>, <dfn id=fetch>fetch</dfn>, ...
315316

316-
<p>A <dfn id=color-component-integer>color component integer</dfn> is a
317-
base-ten integer in the range 0-255 using digits 0-9, U+0030 to U+0039, in
318-
the shortest form possible.
319-
320-
<p>A <dfn id=color-component-separator>color component separator</dfn> is a
321-
literal U+002C COMMA followed by a U+0020 SPACE.
322-
323317
<p>When this specification talks about object <code><var
324318
title="">A</var></code> where <code><var title="">A</var></code> is
325319
actually an interface, it generally means an object implementing interface
@@ -370,8 +364,8 @@ <h3 id=serializing-media-queries><span class=secno>4.2. </span>Serializing
370364
title="">s</var>.
371365

372366
<li>
373-
<p>Let <var title="">type</var> be the media query, <span>converted to
374-
ASCII lowercase</span>.
367+
<p>Let <var title="">type</var> be the media query, <a
368+
href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.
375369

376370
<li>
377371
<p>If the media query does not contain media features append <var
@@ -392,8 +386,8 @@ <h3 id=serializing-media-queries><span class=secno>4.2. </span>Serializing
392386

393387
<ol>
394388
<li>Append a U+0028 LEFT PARENTHESIS character, followed by the media
395-
feature name, <span>converted to ASCII lowercase</span>, to <var
396-
title="">s</var>.
389+
feature name, <a href="#converted-to-ascii-lowercase">converted to
390+
ASCII lowercase</a>, to <var title="">s</var>.
397391

398392
<li>
399393
<p>If a value is given append a U+003A COLON (:) character, followed by
@@ -2032,8 +2026,7 @@ <h4 id=css-style-rule-rule-set><span class=secno>7.2.3. </span>CSS Style
20322026
Rule (Rule Set)</h4>
20332027

20342028
<p>The <code><a href="#cssstylerule">CSSStyleRule</a></code> object
2035-
represents a rule set, providing access to its associated <span>group of
2036-
selectors</span> and <span>CSS declaration block</span>.</p>
2029+
represents a rule set.</p>
20372030
<!-- XXX ref -->
20382031

20392032
<pre
@@ -2159,8 +2152,7 @@ <h4 id=css-font-face-rule><span class=secno>7.2.6. </span>CSS <code
21592152
title="">@font-face</code> Rule</h4>
21602153

21612154
<p>The <code><a href="#cssfontfacerule">CSSFontFaceRule</a></code> object
2162-
represents an <code>@font-face</code> rule specified (if any) in a <a
2163-
href="#css-style-sheet0">CSS style sheet</a>.
2155+
represents an <code>@font-face</code> rule.
21642156

21652157
<pre
21662158
class=idl>interface <dfn id=cssfontfacerule>CSSFontFaceRule</dfn> : <a href="#cssrule">CSSRule</a> {
@@ -3368,7 +3360,8 @@ <h4 id=serializing-css-values><span class=secno>7.4.2. </span>Serializing
33683360
<dt>keyword
33693361

33703362
<dd>
3371-
<p>The keyword <span>converted to ASCII lowercase</span>.
3363+
<p>The keyword <a href="#converted-to-ascii-lowercase">converted to ASCII
3364+
lowercase</a>.
33723365

33733366
<dt>&lt;angle>
33743367

cssom/Overview.src.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ <h2 id="terminology">Terminology</h2>
135135
<p class="XXX">
136136
<dfn>resolve a URL</dfn>,
137137
<dfn>case-sensitive</dfn>,
138+
<dfn>converted to ASCII lowercase</dfn>,
138139
<dfn>ASCII case-insensitive</dfn>,
139140
<dfn>URL</dfn>,
140141
<dfn>Content-Type metadata</dfn>,
@@ -143,12 +144,6 @@ <h2 id="terminology">Terminology</h2>
143144
<dfn>fetch</dfn>, ...
144145
</p>
145146

146-
<p>A <dfn>color component integer</dfn> is a base-ten integer in the range
147-
0-255 using digits 0-9, U+0030 to U+0039, in the shortest form possible.</p>
148-
149-
<p>A <dfn>color component separator</dfn> is a literal U+002C COMMA followed
150-
by a U+0020 SPACE.</p>
151-
152147
<p>When this specification talks about object <code><var title="">A</var></code>
153148
where <code><var title="">A</var></code> is actually an interface, it generally means
154149
an object implementing interface <code><var title="">A</var></code>.</p>
@@ -1638,9 +1633,8 @@ <h5>Extensibility</h5>
16381633

16391634
<h4>CSS Style Rule (Rule Set)</h4>
16401635

1641-
<p>The <code>CSSStyleRule</code> object represents a rule set, providing
1642-
access to its associated <span>group of selectors</span> and
1643-
<span>CSS declaration block</span>.</p> <!-- XXX ref -->
1636+
<p>The <code>CSSStyleRule</code> object represents a rule set.</p>
1637+
<!-- XXX ref -->
16441638

16451639
<pre class="idl">interface <dfn>CSSStyleRule</dfn> : <span>CSSRule</span> {
16461640
attribute DOMString <span title="dom-CSSStyleRule-selectorText">selectorText</span>;
@@ -1754,8 +1748,7 @@ <h4>CSS <code title="">@media</code> Rule</h4>
17541748
<h4>CSS <code title="">@font-face</code> Rule</h4>
17551749

17561750
<p>The <code>CSSFontFaceRule</code> object represents an
1757-
<code>@font-face</code> rule specified (if any) in a <span>CSS style
1758-
sheet</span>.</p>
1751+
<code>@font-face</code> rule.</p>
17591752

17601753
<pre class="idl">interface <dfn>CSSFontFaceRule</dfn> : <span>CSSRule</span> {
17611754
readonly attribute <span>CSSStyleDeclaration</span> <span title="cssfontfacerule-style">style</span>;

0 commit comments

Comments
 (0)