Skip to content

Commit 7b9eb42

Browse files
authored
Editorial: replace data-export="" with just export
Using export="" in the source will result in data-export="" in the output, so this doesn't change anything.
1 parent c4b4a2b commit 7b9eb42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41270,7 +41270,7 @@ interface <dfn interface>TimeRanges</dfn> {
4127041270
represented by the object.</p>
4127141271

4127241272
<p>When a <code>TimeRanges</code> object is said to be a <dfn
41273-
id="normalised-timeranges-object" data-export=""><!-- en-GB -->normalized <code>TimeRanges</code> object</dfn>,
41273+
id="normalised-timeranges-object" export><!-- en-GB -->normalized <code>TimeRanges</code> object</dfn>,
4127441274
the ranges it represents must obey the following criteria:</p>
4127541275

4127641276
<ul>
@@ -108844,12 +108844,12 @@ document.querySelector("button").addEventListener("click", bound);
108844108844
<p><span data-x="module script">Module scripts</span> can be classified into four types:</p>
108845108845

108846108846
<ul>
108847-
<li><p>A <span>module script</span> is a <dfn data-export="">JavaScript module script</dfn> if
108847+
<li><p>A <span>module script</span> is a <dfn export>JavaScript module script</dfn> if
108848108848
its <span data-x="concept-script-record">record</span> is a <span>Source Text Module
108849108849
Record</span>.</p></li>
108850108850

108851108851
<li>
108852-
<p>A <span>module script</span> is a <dfn data-export="">CSS module script</dfn> if its <span
108852+
<p>A <span>module script</span> is a <dfn export>CSS module script</dfn> if its <span
108853108853
data-x="concept-script-record">record</span> is a <span>Synthetic Module Record</span>, and it
108854108854
was created via the <span data-x="creating a CSS module script">create a CSS module
108855108855
script</span> algorithm. CSS module scripts represent a parsed CSS stylesheet.</p>
@@ -108862,7 +108862,7 @@ document.querySelector("button").addEventListener("click", bound);
108862108862
</li>
108863108863

108864108864
<li>
108865-
<p>A <span>module script</span> is a <dfn data-export="">JSON module script</dfn> if its <span
108865+
<p>A <span>module script</span> is a <dfn export>JSON module script</dfn> if its <span
108866108866
data-x="concept-script-record">record</span> is a <span>Synthetic Module Record</span>, and it
108867108867
was created via the <span data-x="creating a JSON module script">create a JSON module
108868108868
script</span> algorithm. JSON module scripts represent a parsed JSON document.</p>
@@ -108875,7 +108875,7 @@ document.querySelector("button").addEventListener("click", bound);
108875108875
</li>
108876108876

108877108877
<li>
108878-
<p>A <span>module script</span> is a <dfn data-export="">WebAssembly module script</dfn> if
108878+
<p>A <span>module script</span> is a <dfn export>WebAssembly module script</dfn> if
108879108879
its <span data-x="concept-script-record">record</span> is a <span>WebAssembly Module
108880108880
Record</span>.</p>
108881108881
</li>

0 commit comments

Comments
 (0)