@@ -245,7 +245,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
245
245
the <a href=#protocol>protocol</a> . However they are not expected
246
246
to implement <a>remote end steps</a> directly. All nodes between a
247
247
specific <a>intermediary node</a> and a <a>local end</a> are said to
248
- be <dfn lt="downstream node">downstream</dfn> of that
248
+ be <dfn noexport lt="downstream node">downstream</dfn> of that
249
249
node. Conversely, any nodes between a specific <a>intermediary
250
250
node</a> and an <a>endpoint node</a> are said to
251
251
be <dfn lt="upstream node|upstream">upstream</dfn> .
@@ -1313,7 +1313,7 @@ when it receives a particular <a>command</a>.
1313
1313
1314
1314
<p> Other specifications may define <dfn data-lt="additional WebDriver
1315
1315
capability"> additional WebDriver capabilities</dfn> . Each defined
1316
- capability must have a <dfn>capability name</dfn> which is a string
1316
+ capability must have a <dfn noexport >capability name</dfn> which is a string
1317
1317
not containing a "<code> :</code> " (colon) character,
1318
1318
an <dfn>additional capability deserialization algorithm</dfn> which is
1319
1319
a set of steps taking a single argument <var> value</var> which has a
@@ -1408,21 +1408,21 @@ with a "<code>moz:</code>" prefix:
1408
1408
</thead>
1409
1409
1410
1410
<tr>
1411
- <td> <dfn>Browser name</dfn>
1411
+ <td> <dfn noexport >Browser name</dfn>
1412
1412
<td> "<code> browserName</code> "
1413
1413
<td> string
1414
1414
<td> Identifies the user agent.
1415
1415
</tr>
1416
1416
1417
1417
<tr>
1418
- <td> <dfn>Browser version</dfn>
1418
+ <td> <dfn noexport >Browser version</dfn>
1419
1419
<td> "<code> browserVersion</code> "
1420
1420
<td> string
1421
1421
<td> Identifies the version of the user agent.
1422
1422
</tr>
1423
1423
1424
1424
<tr>
1425
- <td> <dfn>Platform name</dfn>
1425
+ <td> <dfn noexport >Platform name</dfn>
1426
1426
<td> "<code> platformName</code> "
1427
1427
<td> string
1428
1428
<td> Identifies the operating system of the <a>endpoint node</a> .
@@ -1501,7 +1501,7 @@ with a "<code>moz:</code>" prefix:
1501
1501
</thead>
1502
1502
1503
1503
<tr>
1504
- <td> <dfn><code>proxyType</code></dfn>
1504
+ <td> <dfn noexport ><code>proxyType</code></dfn>
1505
1505
<td> string
1506
1506
<td> Indicates the type of proxy configuration.
1507
1507
<td> "<code> pac</code> ",
@@ -1512,7 +1512,7 @@ with a "<code>moz:</code>" prefix:
1512
1512
</tr>
1513
1513
1514
1514
<tr>
1515
- <td> <dfn><code>proxyAutoconfigUrl</code></dfn>
1515
+ <td> <dfn noexport ><code>proxyAutoconfigUrl</code></dfn>
1516
1516
<td> string
1517
1517
<td> Defines the URL for a proxy auto-config file
1518
1518
if <a><code>proxyType</code></a>
@@ -1521,7 +1521,7 @@ with a "<code>moz:</code>" prefix:
1521
1521
</tr>
1522
1522
1523
1523
<tr>
1524
- <td> <dfn><code>ftpProxy</code></dfn>
1524
+ <td> <dfn noexport ><code>ftpProxy</code></dfn>
1525
1525
<td> string
1526
1526
<td> Defines the proxy <a>host</a> for FTP traffic when
1527
1527
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1530,7 +1530,7 @@ with a "<code>moz:</code>" prefix:
1530
1530
</tr>
1531
1531
1532
1532
<tr>
1533
- <td> <dfn><code>httpProxy</code></dfn>
1533
+ <td> <dfn noexport ><code>httpProxy</code></dfn>
1534
1534
<td> string
1535
1535
<td> Defines the proxy <a>host</a> for HTTP traffic when
1536
1536
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1539,15 +1539,15 @@ with a "<code>moz:</code>" prefix:
1539
1539
</tr>
1540
1540
1541
1541
<tr>
1542
- <td> <dfn><code>noProxy</code></dfn>
1542
+ <td> <dfn noexport ><code>noProxy</code></dfn>
1543
1543
<td> array
1544
1544
<td> Lists the address for which the proxy should be bypassed when
1545
1545
the <a><code>proxyType</code></a> is "<code> manual</code> ".
1546
1546
<td> A <a>List</a> containing any number of <a>String</a> s.
1547
1547
</tr>
1548
1548
1549
1549
<tr>
1550
- <td> <dfn><code>sslProxy</code></dfn>
1550
+ <td> <dfn noexport ><code>sslProxy</code></dfn>
1551
1551
<td> string
1552
1552
<td> Defines the proxy <a>host</a> for encrypted TLS traffic
1553
1553
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1556,15 +1556,15 @@ with a "<code>moz:</code>" prefix:
1556
1556
</tr>
1557
1557
1558
1558
<tr>
1559
- <td> <dfn><code>socksProxy</code></dfn>
1559
+ <td> <dfn noexport ><code>socksProxy</code></dfn>
1560
1560
<td> string
1561
1561
<td> Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
1562
1562
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
1563
1563
<td> A <a>host and optional port</a> with an <a>undefined</a> scheme.
1564
1564
</tr>
1565
1565
1566
1566
<tr>
1567
- <td> <dfn><code>socksVersion</code></dfn>
1567
+ <td> <dfn noexport ><code>socksVersion</code></dfn>
1568
1568
<td> number
1569
1569
<td> Defines the <a>SOCKS proxy</a> version
1570
1570
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -3525,7 +3525,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3525
3525
</tr>
3526
3526
3527
3527
<tr>
3528
- <td> <dfn>Minimized window state</dfn>
3528
+ <td> <dfn noexport >Minimized window state</dfn>
3529
3529
<td> "<code> minimized</code> "
3530
3530
<td>
3531
3531
<td> The window is iconified.
@@ -3539,7 +3539,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3539
3539
</tr>
3540
3540
3541
3541
<tr>
3542
- <td> <dfn>Fullscreen window state</dfn>
3542
+ <td> <dfn noexport >Fullscreen window state</dfn>
3543
3543
<td> "<code> fullscreen</code> "
3544
3544
<td>
3545
3545
<td> The window is in full screen mode.
@@ -3953,7 +3953,7 @@ argument <var>reference</var>, run the following steps:
3953
3953
<li> Return <a>success</a> with <var> element</var> .
3954
3954
</ol>
3955
3955
3956
- <p> To <dfn lt="create an element">create a web element reference</dfn>
3956
+ <p> To <dfn noexport lt="create an element">create a web element reference</dfn>
3957
3957
for an <a><var>element</var></a> :
3958
3958
3959
3959
<ol>
@@ -5065,24 +5065,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
5065
5065
The returned value is a dictionary with the following members:
5066
5066
5067
5067
<dl>
5068
- <dt> <dfn lt="elementrect-x">x</dfn>
5068
+ <dt> <dfn noexport lt="elementrect-x">x</dfn>
5069
5069
<dd>
5070
5070
X axis position of the top-left corner of the <a>web element</a>
5071
5071
relative to the <a>current browsing context</a> ’s
5072
5072
<a>document element</a> in <a>CSS pixels</a> .
5073
5073
5074
- <dt> <dfn lt="elementrect-y">y</dfn>
5074
+ <dt> <dfn noexport lt="elementrect-y">y</dfn>
5075
5075
<dd>
5076
5076
Y axis position of the top-left corner of the <a>web element</a>
5077
5077
relative to the <a>current browsing context</a> ’s
5078
5078
<a>document element</a> in <a>CSS pixels</a> .
5079
5079
5080
- <dt> <dfn lt="elementrect-height">height</dfn>
5080
+ <dt> <dfn noexport lt="elementrect-height">height</dfn>
5081
5081
<dd>
5082
5082
Height of the <a>web element</a> ’s
5083
5083
<a>bounding rectangle</a> in <a>CSS pixels</a> .
5084
5084
5085
- <dt> <dfn lt="elementrect-width">width</dfn>
5085
+ <dt> <dfn noexport lt="elementrect-width">width</dfn>
5086
5086
<dd>
5087
5087
Width of the <a>web element</a> ’s
5088
5088
<a>bounding rectangle</a> in <a>CSS pixels</a> .
@@ -6949,7 +6949,7 @@ For convenience the same terminology is used for their manipulation.
6949
6949
move to, either in its active (pressed) or inactive state.</td>
6950
6950
</tr>
6951
6951
<tr>
6952
- <td> <dfn>pointerCancel</dfn> </td>
6952
+ <td> <dfn noexport >pointerCancel</dfn> </td>
6953
6953
<td> Used to cancel a pointer action.</td>
6954
6954
</tr>
6955
6955
</table>
@@ -7011,7 +7011,7 @@ describe the state associated with each <a>input source</a>.
7011
7011
properties <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
7012
7012
and <code> meta</code> , which are <a>Boolean</a> s.
7013
7013
7014
- <p> When required to <dfn>create a new key input state object</dfn> , an
7014
+ <p> When required to <dfn noexport >create a new key input state object</dfn> , an
7015
7015
implementation must return a <a>key input state</a> object with
7016
7016
the <code> pressed</code> property set to the empty set
7017
7017
and <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
@@ -7029,7 +7029,7 @@ a <code>pressed</code> property which is a set of unsigned integers,
7029
7029
an <code> x</code> property which is an unsigned integer,
7030
7030
and a <code> y</code> property which is an unsigned integer.
7031
7031
7032
- <p> When required to <dfn>create a new pointer input state</dfn> object
7032
+ <p> When required to <dfn noexport >create a new pointer input state</dfn> object
7033
7033
with arguments <var> subtype</var> an implementation must return
7034
7034
a <a>pointer input state</a> object with <code> subtype</code> set
7035
7035
to <var> subtype</var> , <code> pressed</code> set to an empty set and
@@ -7720,7 +7720,7 @@ Return <a>success</a> with data <var>action</var>.
7720
7720
7721
7721
<li><p> Let <var> algorithm</var> be the value of the column
7722
7722
<i> dispatch action algorithm</i> from the following table of
7723
- <dfn>dispatch action algorithms</dfn> that is equal to the
7723
+ <dfn noexport >dispatch action algorithms</dfn> that is equal to the
7724
7724
<var> source type</var> and the <var> action object</var> ’s
7725
7725
<code> subtype</code> property, to a dispatch action algorithm.
7726
7726
@@ -9493,7 +9493,7 @@ ensuring both privacy and preventing state from bleeding through to the next ses
9493
9493
considered visible if any part of it is drawn on the canvas within
9494
9494
the boundaries of the viewport.
9495
9495
9496
- <p> The <dfn lt="element displayedness|not displayed">element displayed</dfn> algorithm
9496
+ <p> The <dfn noexport lt="element displayedness|not displayed">element displayed</dfn> algorithm
9497
9497
is a boolean state where <code> true</code> signifies that the element is displayed
9498
9498
and <code> false</code> signifies that the element is not displayed.
9499
9499
To compute the state on <var> element</var> ,
@@ -9829,7 +9829,7 @@ to automatically sort each list alphabetically.
9829
9829
<!-- Mature (navigation) --> <li> <dfn lt="matured"><a href=https://html.spec.whatwg.org/#concept-navigate-mature>Mature</a></dfn> navigation.
9830
9830
<!-- Mutable --> <li> <dfn><a href=https://html.spec.whatwg.org/#concept-fe-mutable>Mutable</a></dfn>
9831
9831
<!-- Navigate --> <li> <dfn lt="navigating|navigation"><a href=https://html.spec.whatwg.org/#navigate>Navigate</a></dfn>
9832
- <!-- Navigator --> <li> <dfn lt="navigator"><a href=https://html.spec.whatwg.org/#navigator>Navigator object</a></dfn>
9832
+ <!-- Navigator --> <li> <dfn noexport lt="navigator"><a href=https://html.spec.whatwg.org/#navigator>Navigator object</a></dfn>
9833
9833
<!-- Nested browsing context --> <li> <dfn><a href=https://html.spec.whatwg.org/#nested-browsing-context>Nested browsing context</a></dfn>
9834
9834
<!-- Origin-clean --> <li> <dfn><a href=https://html.spec.whatwg.org/#concept-canvas-origin-clean>Origin-clean</a></dfn>
9835
9835
<!-- Overridden reload --> <li> <dfn><a href="https://html.spec.whatwg.org/multipage/dom.html#an-overridden-reload">An overridden reload</a></dfn>
@@ -9858,7 +9858,7 @@ to automatically sort each list alphabetically.
9858
9858
<!-- Window object --> <li> <dfn><a href=https://html.spec.whatwg.org/#the-window-object><code>Window</code></a></dfn> object
9859
9859
<!-- Window open steps --> <li> <dfn><a href=https://html.spec.whatwg.org/#window-open-steps>Window open steps</a></dfn>
9860
9860
<!-- WindowProxy exotic object --> <li> <dfn><a href=https://html.spec.whatwg.org/#windowproxy><code>WindowProxy</code></a></dfn> exotic object
9861
- <!-- WorkerNavigator --> <li> <dfn lt="workernavigator"><a href=https://html.spec.whatwg.org/#workernavigator>WorkerNavigator object</a></dfn>
9861
+ <!-- WorkerNavigator --> <li> <dfn noexport lt="workernavigator"><a href=https://html.spec.whatwg.org/#workernavigator>WorkerNavigator object</a></dfn>
9862
9862
<!-- setSelectionRange --> <li> <dfn lt="set selection range"><a href=https://html.spec.whatwg.org/#dom-textarea/input-setselectionrange><code>setSelectionRange</code></a></dfn>
9863
9863
<!-- window confirm --> <li> <dfn>window.<a href=https://html.spec.whatwg.org/#dom-confirm><code>confirm</code></a></dfn>
9864
9864
<!-- window.alert --> <li> <dfn>window.<a href=https://html.spec.whatwg.org/#dom-alert><code>alert</code></a></dfn>
@@ -10061,7 +10061,7 @@ to automatically sort each list alphabetically.
10061
10061
10062
10062
<dt> SOCKS Proxy and related specification:
10063
10063
<dd><p> To be <dfn>SOCKS Proxy</dfn>
10064
- and <dfn lt=authenticating>SOCKS authentication</dfn> compliant,
10064
+ and <dfn noexport lt=authenticating>SOCKS authentication</dfn> compliant,
10065
10065
it is supposed that the implementation supports the relevant subsets of
10066
10066
[[RFC1928]] and [[RFC1929]] .
10067
10067
0 commit comments