File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -296,9 +296,8 @@ Processing Stylesheet Imports</h3>
296
296
1. Set |importedStylesheet|'s <a spec=cssom>origin-clean flag</a> to
297
297
|parentStylesheet|'s <a spec=cssom>origin-clean flag</a> .
298
298
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> .
302
301
303
302
1. Set |rule|'s {{CSSImportRule/styleSheet}} to |importedStylesheet|.
304
303
</div>
Original file line number Diff line number Diff line change @@ -1014,8 +1014,7 @@ URL processing model</h4>
1014
1014
1. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1015
1015
If the algorithm returns an error, return.
1016
1016
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
1019
1018
<a spec=cssom>location</a> . [[CSSOM]]
1020
1019
1021
1020
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