@@ -17,7 +17,7 @@ Former Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, gle
1717Former Editor : Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
1818!Legacy issues list : <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=CSSOM&resolution=---">Bugzilla</a>
1919Abstract : CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
20- Ignored Terms : EmptyString, mediaText, cssText, InvalidCharacterError, SecurityError, SyntaxError, IndexSizeError, HierarchyRequestError, InvalidStateError, InvalidModificationError, NoModificationAllowedError, CORS-same-origin, group of selectors, list of css page selectors, CSSCharsetRule, ProcessingInstruction, EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text, style, CSSFontFaceRule, -webkit-transform
20+ Ignored Terms : EmptyString, mediaText, cssText, InvalidCharacterError, SecurityError, SyntaxError, IndexSizeError, HierarchyRequestError, InvalidStateError, InvalidModificationError, NoModificationAllowedError, group of selectors, list of css page selectors, CSSCharsetRule, ProcessingInstruction, EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text, style, CSSFontFaceRule, -webkit-transform
2121Ignored Vars : m1, m2, camel_cased_attribute, webkit_cased_attribute, dashed_attribute
2222Include Can I Use Panels : true
2323Can I Use URL : https://drafts.csswg.org/cssom/
@@ -1184,7 +1184,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
11841184 <li> If <var> response</var> is a <a>network error</a> , return an error.
11851185
11861186 <li> If <var> document</var> is in <a>quirks mode</a> , <var> response</var> is
1187- <a>CORS-same-origin</a> <!--XXX xref--> and the <a>Content-Type metadata</a> of <var> response</var> is not a
1187+ <a>CORS-same-origin</a> and the <a>Content-Type metadata</a> of <var> response</var> is not a
11881188 <a>supported styling language</a> change the <a>Content-Type metadata</a> of <var> response</var> to
11891189 <code> text/css</code> .
11901190
@@ -1326,7 +1326,7 @@ must be run:
13261326 "<code> yes</code> ", or unset otherwise.
13271327
13281328 <dt> <a>origin-clean flag</a>
1329- <dd> Set if <var> response</var> is <a>CORS-same-origin</a> <!--XXX xref--> , or unset otherwise.
1329+ <dd> Set if <var> response</var> is <a>CORS-same-origin</a> , or unset otherwise.
13301330 </dl>
13311331
13321332 The CSS <a>environment encoding</a> is the result of running the following steps:
@@ -1425,7 +1425,7 @@ must be run:
14251425 "<code> alternate</code> ", or false otherwise.
14261426
14271427 <dt> <a>origin-clean flag</a>
1428- <dd> Set if <var> response</var> is <a>CORS-same-origin</a> <!--XXX xref--> , or unset otherwise.
1428+ <dd> Set if <var> response</var> is <a>CORS-same-origin</a> , or unset otherwise.
14291429 </dl>
14301430
14311431</ol>
0 commit comments