Skip to content

Commit

Permalink
Merge pull request #2497 from csnardi/cors-same-origin-term
Browse files Browse the repository at this point in the history
[cssom] Remove CORS-same-origin from ignored terms
  • Loading branch information
svgeesus committed Apr 9, 2018
2 parents 0a78ec4 + 1d15cf4 commit 67b2101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cssom-1/Overview.bs
Expand Up @@ -17,7 +17,7 @@ Former Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, gle
Former Editor: Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
!Legacy issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=CSSOM&amp;resolution=---">Bugzilla</a>
Abstract: CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
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
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
Ignored Vars: m1, m2, camel_cased_attribute, webkit_cased_attribute, dashed_attribute
Include Can I Use Panels: true
Can I Use URL: https://drafts.csswg.org/cssom/
Expand Down Expand Up @@ -1185,7 +1185,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
<li>If <var>response</var> is a <a>network error</a>, return an error.

<li>If <var>document</var> is in <a>quirks mode</a>, <var>response</var> is
<a>CORS-same-origin</a><!--XXX xref--> and the <a>Content-Type metadata</a> of <var>response</var> is not a
<a>CORS-same-origin</a> and the <a>Content-Type metadata</a> of <var>response</var> is not a
<a>supported styling language</a> change the <a>Content-Type metadata</a> of <var>response</var> to
<code>text/css</code>.

Expand Down Expand Up @@ -1327,7 +1327,7 @@ must be run:
"<code>yes</code>", or unset otherwise.

<dt><a>origin-clean flag</a>
<dd>Set if <var>response</var> is <a>CORS-same-origin</a><!--XXX xref-->, or unset otherwise.
<dd>Set if <var>response</var> is <a>CORS-same-origin</a>, or unset otherwise.
</dl>

The CSS <a>environment encoding</a> is the result of running the following steps:
Expand Down Expand Up @@ -1426,7 +1426,7 @@ must be run:
"<code>alternate</code>", or false otherwise.

<dt><a>origin-clean flag</a>
<dd>Set if <var>response</var> is <a>CORS-same-origin</a><!--XXX xref-->, or unset otherwise.
<dd>Set if <var>response</var> is <a>CORS-same-origin</a>, or unset otherwise.
</dl>

</ol>
Expand Down

0 comments on commit 67b2101

Please sign in to comment.