Skip to content

Commit 879f11c

Browse files
committed
use DOM Core terminology
1 parent 725a5db commit 879f11c

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

cssom/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
3030
<!--end-logo-->
3131
<h1 id="cssom">CSSOM</h1>
32-
<h2 class="no-num no-toc" id="editor-s-draft-2-july-2011">Editor's Draft 2 July 2011</h2>
32+
<h2 class="no-num no-toc" id="editor-s-draft-5-july-2011">Editor's Draft 5 July 2011</h2>
3333

3434
<dl>
3535

@@ -249,7 +249,7 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
249249
<cite>HTML</cite>,
250250
<cite>Associating Style Sheets with XML documents</cite>
251251
and
252-
<span>XML</span>
252+
<cite>XML</cite>
253253
<a href="#refsDOMCORE">[DOMCORE]</a>
254254
<a href="#refsHTML">[HTML]</a>
255255
<a href="#refsXMLSS">[XMLSS]</a>
@@ -388,7 +388,7 @@ <h3 id="serializing-media-queries"><span class="secno">4.2 </span>Serializing Me
388388

389389
<li><p>Let <var title="">type</var> be the media type of the media query,
390390
<a href="#serialize-an-identifier" title="serialize an identifier">escaped</a> and
391-
<a class="external" href="http://www.whatwg.org/html/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</li>
391+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</li>
392392

393393
<li><p>If the media query does not contain media features append
394394
<var title="">type</var>, to <var title="">s</var>,
@@ -406,7 +406,7 @@ <h3 id="serializing-media-queries"><span class="secno">4.2 </span>Serializing Me
406406

407407
<ol>
408408
<li>Append a "<code>(</code>" (U+0028), followed by the media feature
409-
name, <a class="external" href="http://www.whatwg.org/html/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>,
409+
name, <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>,
410410
to <var title="">s</var>.<p></li>
411411

412412
<li><p>If a value is given append a "<code>:</code>" (U+003A), followed
@@ -2849,7 +2849,7 @@ <h4 id="serializing-css-values"><span class="secno">6.6.2 </span>Serializing CSS
28492849
<dl class="switch">
28502850
<dt>keyword</dt>
28512851
<dd><p>The keyword
2852-
<a class="external" href="http://www.whatwg.org/html/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</dd>
2852+
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</dd>
28532853

28542854
<dt>&lt;angle&gt;</dt>
28552855
<dd><p>The number of degrees serialized as per &lt;number&gt; followed by

cssom/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h2 id="terminology">Terminology</h2>
168168
<cite>HTML</cite>,
169169
<cite>Associating Style Sheets with XML documents</cite>
170170
and
171-
<span>XML</span>
171+
<cite>XML</cite>
172172
<span data-anolis-ref>DOMCORE</span>
173173
<span data-anolis-ref>HTML</span>
174174
<span data-anolis-ref>XMLSS</span>
@@ -307,7 +307,7 @@ <h3>Serializing Media Queries</h3>
307307

308308
<li><p>Let <var title="">type</var> be the media type of the media query,
309309
<span title="serialize an identifier">escaped</span> and
310-
<span data-anolis-spec=html>converted to ASCII lowercase</span>.</p></li>
310+
<span data-anolis-spec=domcore>converted to ASCII lowercase</span>.</p></li>
311311

312312
<li><p>If the media query does not contain media features append
313313
<var title="">type</var>, to <var title="">s</var>,
@@ -325,7 +325,7 @@ <h3>Serializing Media Queries</h3>
325325

326326
<ol>
327327
<li>Append a "<code>(</code>" (U+0028), followed by the media feature
328-
name, <span data-anolis-spec=html>converted to ASCII lowercase</span>,
328+
name, <span data-anolis-spec=domcore>converted to ASCII lowercase</span>,
329329
to <var title="">s</var>.</p></li>
330330

331331
<li><p>If a value is given append a "<code>:</code>" (U+003A), followed
@@ -2768,7 +2768,7 @@ <h4>Serializing CSS Values</h4>
27682768
<dl class="switch">
27692769
<dt>keyword</dt>
27702770
<dd><p>The keyword
2771-
<span data-anolis-spec=html>converted to ASCII lowercase</span>.</p></dd>
2771+
<span data-anolis-spec=domcore>converted to ASCII lowercase</span>.</p></dd>
27722772

27732773
<dt>&lt;angle></dt>
27742774
<dd><p>The number of degrees serialized as per &lt;number> followed by

cssom/cssom-source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ out of memory, or to work around platform-specific limitations.
168168
<cite>HTML</cite>,
169169
<cite>Associating Style Sheets with XML documents</cite>
170170
and
171-
<span>XML</span>
171+
<cite>XML</cite>
172172
<span data-anolis-ref>DOMCORE</span>
173173
<span data-anolis-ref>HTML</span>
174174
<span data-anolis-ref>XMLSS</span>
@@ -307,7 +307,7 @@ and
307307

308308
<li><p>Let <var title="">type</var> be the media type of the media query,
309309
<span title="serialize an identifier">escaped</span> and
310-
<span data-anolis-spec=html>converted to ASCII lowercase</span>.</p></li>
310+
<span data-anolis-spec=domcore>converted to ASCII lowercase</span>.</p></li>
311311

312312
<li><p>If the media query does not contain media features append
313313
<var title="">type</var>, to <var title="">s</var>,
@@ -325,7 +325,7 @@ and
325325

326326
<ol>
327327
<li>Append a "<code>(</code>" (U+0028), followed by the media feature
328-
name, <span data-anolis-spec=html>converted to ASCII lowercase</span>,
328+
name, <span data-anolis-spec=domcore>converted to ASCII lowercase</span>,
329329
to <var title="">s</var>.</p></li>
330330

331331
<li><p>If a value is given append a "<code>:</code>" (U+003A), followed
@@ -2282,7 +2282,7 @@ and
22822282
<dl class="switch">
22832283
<dt>keyword</dt>
22842284
<dd><p>The keyword
2285-
<span data-anolis-spec=html>converted to ASCII lowercase</span>.</p></dd>
2285+
<span data-anolis-spec=domcore>converted to ASCII lowercase</span>.</p></dd>
22862286

22872287
<dt>&lt;angle></dt>
22882288
<dd><p>The number of degrees serialized as per &lt;number> followed by

0 commit comments

Comments
 (0)