You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, referrer <var>referrer</var>, document
1168
+
To <dfn export>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, referrer <var>referrer</var>, document
1169
1169
<var>document</var>, optionally a set of parameters <var>parameters</var> (used as input to creating a
1170
1170
<a>request</a>), follow these steps:
1171
1171
@@ -1195,7 +1195,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
1195
1195
1196
1196
### The {{LinkStyle}} Interface ### {#the-linkstyle-interface}
1197
1197
1198
-
The <dfn>associated CSS style sheet</dfn> of a node is the <a>CSS style sheet</a> in the list of
1198
+
The <dfn export>associated CSS style sheet</dfn> of a node is the <a>CSS style sheet</a> in the list of
1199
1199
<a>document CSS style sheets</a> of which the <a for=CSSStyleSheet>owner node</a> implements the {{LinkStyle}}
1200
1200
interface.
1201
1201
@@ -1437,7 +1437,7 @@ and the user agent hasn't given up on that particular style sheet yet. A user ag
1437
1437
CSS Rules {#css-rules}
1438
1438
----------------------
1439
1439
1440
-
A <dfn>CSS rule</dfn> is an abstract concept that
1440
+
A <dfn export>CSS rule</dfn> is an abstract concept that
1441
1441
denotes a rule as defined by the CSS specification. A
1442
1442
<a for=/>CSS rule</a> is represented as an object that implements a subclass of
1443
1443
the {{CSSRule}} interface, and which has the following
@@ -1468,7 +1468,7 @@ This item is initialized to reference an associated style sheet when the rule is
1468
1468
In addition to the above state, each <a for=/>CSS rule</a> may be associated
1469
1469
with other state in accordance with its <a for=CSSRule>type</a>.
1470
1470
1471
-
To <dfn>parse a CSS rule</dfn> from a string <var>string</var>, run the following steps:
1471
+
To <dfn export>parse a CSS rule</dfn> from a string <var>string</var>, run the following steps:
1472
1472
1473
1473
<ol>
1474
1474
<li>Let <var>rule</var> be the return value of invoking <a>parse a rule</a> with <var>string</var>.
@@ -1478,7 +1478,7 @@ To <dfn>parse a CSS rule</dfn> from a string <var>string</var>, run the followin
1478
1478
<li>Return <var>parsed rule</var>.
1479
1479
</ol>
1480
1480
1481
-
To <dfn>serialize a CSS rule</dfn>, perform one of the following in accordance with the <a for=/>CSS rule</a>'s
1481
+
To <dfn export>serialize a CSS rule</dfn>, perform one of the following in accordance with the <a for=/>CSS rule</a>'s
1482
1482
<a for=CSSRule>type</a>:
1483
1483
1484
1484
<dl class="switch">
@@ -1824,8 +1824,8 @@ The {{CSSMediaRule}} interface is defined in <cite>CSS Conditional Rules</cite>.
1824
1824
The <code>CSSPageRule</code> interface represents an <code>@page</code> at-rule.
1825
1825
1826
1826
Issue: Need to define the rules for
1827
-
<dfn>parse a list of CSS page selectors</dfn> and
1828
-
<dfn>serialize a list of CSS page selectors</dfn>.
1827
+
<dfn export>parse a list of CSS page selectors</dfn> and
1828
+
<dfn export>serialize a list of CSS page selectors</dfn>.
1829
1829
1830
1830
<pre class=idl>
1831
1831
[Exposed=Window]
@@ -1910,7 +1910,7 @@ empty string if there is no prefix.
1910
1910
CSS Declarations {#css-declarations}
1911
1911
------------------------------------
1912
1912
1913
-
A <dfn>CSS declaration</dfn> is an abstract concept that is not exposed as an object in the DOM. A <a>CSS declaration</a> has the following associated
1913
+
A <dfn export>CSS declaration</dfn> is an abstract concept that is not exposed as an object in the DOM. A <a>CSS declaration</a> has the following associated
1914
1914
properties:
1915
1915
1916
1916
<dl>
@@ -1928,13 +1928,13 @@ properties:
1928
1928
CSS Declaration Blocks {#css-declaration-blocks}
1929
1929
------------------------------------------------
1930
1930
1931
-
A <dfn>CSS declaration block</dfn> is an ordered collection of CSS
1931
+
A <dfn export>CSS declaration block</dfn> is an ordered collection of CSS
1932
1932
properties with their associated values, also named <a>CSS declarations</a>. In
1933
1933
the DOM a <a>CSS declaration block</a> is a
1934
1934
<code>CSSStyleDeclaration</code> object. A
1935
1935
<a>CSS declaration block</a> has the following associated properties:
1936
1936
1937
-
<dl dfn-for="CSSStyleDeclaration">
1937
+
<dl dfn-for="CSSStyleDeclaration" export>
1938
1938
<dt><dfn>readonly flag</dfn>
1939
1939
<dd>Unset if the object can be manipulated. Set if it can not be
1940
1940
manipulated. Unless otherwise stated it is unset.
@@ -1954,7 +1954,7 @@ the DOM a <a>CSS declaration block</a> is a
1954
1954
the <a for="CSSStyleDeclaration">owner node</a>'s <code>style</code> attribute.
1955
1955
</dl>
1956
1956
1957
-
To <dfn>parse a CSS declaration block</dfn> from a string <var>string</var>, follow these steps:
1957
+
To <dfn export>parse a CSS declaration block</dfn> from a string <var>string</var>, follow these steps:
1958
1958
1959
1959
<ol>
1960
1960
<li>Let <var>declarations</var> be the return value of invoking <a>parse a list of declarations</a> with <var>string</var>.
@@ -1968,7 +1968,7 @@ To <dfn>parse a CSS declaration block</dfn> from a string <var>string</var>, fol
1968
1968
<li>Return <var>parsed declarations</var>.
1969
1969
</ol>
1970
1970
1971
-
To <dfn>serialize a CSS declaration</dfn> with property name <var>property</var>, value <var>value</var> and optionally an <i>important</i> flag set, follow
1971
+
To <dfn export>serialize a CSS declaration</dfn> with property name <var>property</var>, value <var>value</var> and optionally an <i>important</i> flag set, follow
1972
1972
these steps:
1973
1973
1974
1974
<ol>
@@ -1982,7 +1982,7 @@ these steps:
1982
1982
<li>Return <var>s</var>.
1983
1983
</ol>
1984
1984
1985
-
To <dfn>serialize a CSS declaration block</dfn><var>declaration block</var> means to run the steps below:
1985
+
To <dfn export>serialize a CSS declaration block</dfn><var>declaration block</var> means to run the steps below:
1986
1986
1987
1987
<ol>
1988
1988
<li>Let <var>list</var> be an empty array.
@@ -2057,7 +2057,7 @@ When a <a>CSS declaration block</a> object is created, then:
2057
2057
<a>parse a CSS declaration block</a> from a string <var>value</var>.
2058
2058
</ol>
2059
2059
2060
-
To <dfn>update style attribute for</dfn><var>declaration block</var> means to run the steps below:
2060
+
To <dfn export>update style attribute for</dfn><var>declaration block</var> means to run the steps below:
2061
2061
2062
2062
<ol>
2063
2063
<li>Assert: <var>declaration block</var>'s <a for="CSSStyleDeclaration">readonly flag</a> is unset.
@@ -2069,7 +2069,7 @@ To <dfn>update style attribute for</dfn> <var>declaration block</var> means to r
@@ -2200,7 +2200,7 @@ The <dfn method for=CSSStyleDeclaration>setProperty(<var>property</var>, <var>va
2200
2200
<li><a>Update style attribute for</a> the <a>CSS declaration block</a>.
2201
2201
</ol>
2202
2202
2203
-
To <dfn>set a CSS declaration</dfn><var>property</var> with a value <var>component value list</var> and optionally with an <i>important</i> flag set, in
2203
+
To <dfn export>set a CSS declaration</dfn><var>property</var> with a value <var>component value list</var> and optionally with an <i>important</i> flag set, in
2204
2204
a list of declarations <var>declarations</var>, follow these steps:
2205
2205
2206
2206
<ol>
@@ -2321,7 +2321,7 @@ exceptions thrown must be re-thrown.
2321
2321
<pre><var>element</var>.style['font-size'];</pre>
2322
2322
</div>
2323
2323
2324
-
The <dfn>CSS property to IDL attribute</dfn> algorithm for <var>property</var>, optionally with a
2324
+
The <dfn export>CSS property to IDL attribute</dfn> algorithm for <var>property</var>, optionally with a
2325
2325
<i>lowercase first</i> flag set, is as follows:
2326
2326
2327
2327
<ol>
@@ -2345,7 +2345,7 @@ The <dfn>CSS property to IDL attribute</dfn> algorithm for <var>property</var>,
2345
2345
<li>Return <var>output</var>.
2346
2346
</ol>
2347
2347
2348
-
The <dfn>IDL attribute to CSS property</dfn> algorithm for <var>attribute</var>, optionally with a
2348
+
The <dfn export>IDL attribute to CSS property</dfn> algorithm for <var>attribute</var>, optionally with a
2349
2349
<i>dash prefix</i> flag set, is as follows:
2350
2350
2351
2351
<ol>
@@ -2372,7 +2372,7 @@ CSS Values {#css-values}
2372
2372
2373
2373
### Parsing CSS Values ### {#parsing-css-values}
2374
2374
2375
-
To <dfn>parse a CSS value</dfn><var>value</var> for a given
2375
+
To <dfn export>parse a CSS value</dfn><var>value</var> for a given
2376
2376
<var>property</var> means to follow these steps:
2377
2377
2378
2378
<ol>
@@ -2391,7 +2391,7 @@ part of the property value space and will therefore cause
2391
2391
2392
2392
<!-- based on http://damowmow.com/playground/canon.txt -->
2393
2393
2394
-
To <dfn>serialize a CSS value</dfn> of a <a>CSS declaration</a> |declaration|
2394
+
To <dfn export>serialize a CSS value</dfn> of a <a>CSS declaration</a> |declaration|
2395
2395
or a list of longhand <a lt="CSS declaration">CSS declarations</a> |list|,
0 commit comments