File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,9 +296,8 @@ Processing Stylesheet Imports</h3>
296296 1. Set |importedStylesheet|'s <a spec=cssom>origin-clean flag</a> to
297297 |parentStylesheet|'s <a spec=cssom>origin-clean flag</a> .
298298
299- 1. If |response|'s [=response/url=]' s [=url/origin=] is not the [=same origin=] as
300- |rule|'s [=relevant settings object=]' s [=environment settings object/origin=] ,
301- unset |importedStylesheet|'s <a spec=cssom>origin-clean flag</a> .
299+ 1. If |response| is not [=CORS-same-origin=] , unset |importedStylesheet|'s
300+ <a spec=cssom>origin-clean flag</a> .
302301
303302 1. Set |rule|'s {{CSSImportRule/styleSheet}} to |importedStylesheet|.
304303 </div>
Original file line number Diff line number Diff line change @@ -1014,8 +1014,7 @@ URL processing model</h4>
10141014 1. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
10151015 If the algorithm returns an error, return.
10161016
1017- 1. If |corsMode| is not "cors", or |url| is the [=same origin=] as |environmentSettings|'s
1018- [=environment settings object/origin=] , set |referrer| to |sheet|'s
1017+ 1. If |corsMode| is "cors", set |referrer| to |sheet|'s
10191018 <a spec=cssom>location</a> . [[CSSOM]]
10201019
10211020 1. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
You can’t perform that action at this time.
0 commit comments