Skip to content

Commit 8d69edb

Browse files
author
Simon Pieters
committed
[cssom] Remove note about xml-stylesheet and quirks mode now that DOM allows PIs in HTML
1 parent 0c653f4 commit 8d69edb

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h1>CSS Object Model (CSSOM)</h1>
3333

3434

35-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 23 May 2013</h2>
35+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 May 2013</h2>
3636

3737
<dl>
3838

@@ -95,7 +95,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
9595
can be found in the
9696
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
9797

98-
<p class="dontpublish">This is the 23 May 2013 Editor's Draft of CSSOM. Please send comments to
98+
<p class="dontpublish">This is the 28 May 2013 Editor's Draft of CSSOM. Please send comments to
9999
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
100100
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
101101
with <samp>[cssom]</samp> at the start of the subject line.
@@ -1537,9 +1537,6 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
15371537
the resource is not a <span>supported styling language</span> change the
15381538
<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resources.html#content-type">Content-Type metadata</a> of the resource
15391539
to <code>text/css</code>.</p>
1540-
1541-
<p class="note">This step might never actually happen, but is included
1542-
here in case other specifications change, to keep things consistent.</p>
15431540
</li>
15441541

15451542
<li><p>If the resource is not in a

cssom/Overview.src.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,9 +1467,6 @@ <h4>Requirements on User Agents Implementing the
14671467
the resource is not a <span>supported styling language</span> change the
14681468
<span data-anolis-spec=html>Content-Type metadata</span> of the resource
14691469
to <code>text/css</code>.</p>
1470-
1471-
<p class="note">This step might never actually happen, but is included
1472-
here in case other specifications change, to keep things consistent.</p>
14731470
</li>
14741471

14751472
<li><p>If the resource is not in a

0 commit comments

Comments
 (0)