@@ -33,7 +33,7 @@ spec: css-shapes-1; type: function; text: rect();
33
33
spec: css-sizing-3; type: property;
34
34
text: min-width
35
35
text: box-sizing
36
- spec: cssom-1; type:dfn; text:owner node; for:CSSStyleSheet;
36
+ spec: cssom-1; type:dfn;text:owner node; for:CSSStyleSheet;
37
37
spec: selectors-4; type: type; text: <q-name>
38
38
spec: infra; type: dfn; text: string;
39
39
spec: css-2023; type: dfn; text: ua
@@ -1147,13 +1147,13 @@ URL Modifiers</h4>
1147
1147
URL Processing Model</h4>
1148
1148
1149
1149
<div algorithm="style resource base URL">
1150
- To compute the <dfn>style resource base URL</dfn> for a [=CSS rule=] or a [=CSS declaration=] |cssRuleOrDeclaration|:
1150
+ To compute the <dfn>style resource base URL</dfn> for a [=CSS rule=] or a [=CSS declaration block =] |cssRuleOrDeclaration|:
1151
1151
1. Let |sheet| be null.
1152
1152
1153
- 1. If |cssRuleOrDeclaration| is a {{CSSStyleDeclaration}} whose {{CSSStyleDeclaration/parentRule}} is not null,
1154
- set |cssRuleOrDeclaration| to |cssRuleOrDeclaration|'s {{CSSStyleDeclaration/parentRule}} .
1153
+ 1. If |cssRuleOrDeclaration| is a [=CSS declaration block=] whose [=parent CSS rule=] is not null,
1154
+ set |cssRuleOrDeclaration| to |cssRuleOrDeclaration|'s [=parent CSS rule=] .
1155
1155
1156
- 1. If |cssRuleOrDeclaration| is a {{CSSRule}} , set |sheet| to |cssRuleOrDeclaration|'s {{CSSRule/parentStyleSheet}} .
1156
+ 1. If |cssRuleOrDeclaration| is a [=CSS rule=] , set |sheet| to |cssRuleOrDeclaration|'s {{CSSRule/parentStyleSheet|parent style sheet}} </a> .
1157
1157
1158
1158
1. If |sheet| is not null:
1159
1159
1. If |sheet|'s <a spec=cssom>stylesheet base URL</a> is not null,
@@ -1167,14 +1167,14 @@ URL Processing Model</h4>
1167
1167
1168
1168
<div algorithm="resolve a style resource URL">
1169
1169
To <dfn>resolve a style resource URL</dfn> from a [=/url=] or <<url>> |urlValue|,
1170
- and a a [=CSS rule=] or a [=CSS declaration=] |cssRuleOrDeclaration|:
1170
+ and a [=CSS rule=] or a [=CSS declaration block =] |cssRuleOrDeclaration|:
1171
1171
1. Let |base| be the [=style resource base URL=] given |cssRuleOrDeclaration|.
1172
1172
1. Return the result of the [=URL parser=] steps with |urlValue|'s [=/url=] and |base|.
1173
1173
</div>
1174
1174
1175
1175
<div algorithm="fetch a style resource">
1176
1176
To <dfn export>fetch a style resource</dfn> from a [=/url=] or <<url>> |urlValue|,
1177
- given an [=CSS rule=] or a [=css declaration=] |cssRuleOrDeclaration|,
1177
+ given an [=CSS rule=] or a [=css declaration block =] |cssRuleOrDeclaration|,
1178
1178
a string |destination| matching a {{RequestDestination}} ,
1179
1179
a "no-cors" or "cors" |corsMode|,
1180
1180
and an algorithm |processResponse| accepting a [=/response=]
0 commit comments