@@ -259,7 +259,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
259
259
the <a href=#protocol>protocol</a> . However they are not expected
260
260
to implement <a>remote end steps</a> directly. All nodes between a
261
261
specific <a>intermediary node</a> and a <a>local end</a> are said to
262
- be <dfn lt="downstream node">downstream</dfn> of that
262
+ be <dfn noexport lt="downstream node">downstream</dfn> of that
263
263
node. Conversely, any nodes between a specific <a>intermediary
264
264
node</a> and an <a>endpoint node</a> are said to
265
265
be <dfn lt="upstream node|upstream">upstream</dfn> .
@@ -1327,7 +1327,7 @@ when it receives a particular <a>command</a>.
1327
1327
1328
1328
<p> Other specifications may define <dfn lt="additional WebDriver
1329
1329
capability"> additional WebDriver capabilities</dfn> . Each defined
1330
- capability must have a <dfn>capability name</dfn> which is a string
1330
+ capability must have a <dfn noexport >capability name</dfn> which is a string
1331
1331
not containing a "<code> :</code> " (colon) character,
1332
1332
an <dfn>additional capability deserialization algorithm</dfn> which is
1333
1333
a set of steps taking a single argument <var> value</var> which has a
@@ -1434,21 +1434,21 @@ with a "<code>moz:</code>" prefix:
1434
1434
</thead>
1435
1435
1436
1436
<tr>
1437
- <td> <dfn>Browser name</dfn>
1437
+ <td> <dfn noexport >Browser name</dfn>
1438
1438
<td> "<code> browserName</code> "
1439
1439
<td> string
1440
1440
<td> Identifies the user agent.
1441
1441
</tr>
1442
1442
1443
1443
<tr>
1444
- <td> <dfn>Browser version</dfn>
1444
+ <td> <dfn noexport >Browser version</dfn>
1445
1445
<td> "<code> browserVersion</code> "
1446
1446
<td> string
1447
1447
<td> Identifies the version of the user agent.
1448
1448
</tr>
1449
1449
1450
1450
<tr>
1451
- <td> <dfn>Platform name</dfn>
1451
+ <td> <dfn noexport >Platform name</dfn>
1452
1452
<td> "<code> platformName</code> "
1453
1453
<td> string
1454
1454
<td> Identifies the operating system of the <a>endpoint node</a> .
@@ -1527,7 +1527,7 @@ with a "<code>moz:</code>" prefix:
1527
1527
</thead>
1528
1528
1529
1529
<tr>
1530
- <td> <dfn><code>proxyType</code></dfn>
1530
+ <td> <dfn noexport ><code>proxyType</code></dfn>
1531
1531
<td> string
1532
1532
<td> Indicates the type of proxy configuration.
1533
1533
<td> "<code> pac</code> ",
@@ -1538,7 +1538,7 @@ with a "<code>moz:</code>" prefix:
1538
1538
</tr>
1539
1539
1540
1540
<tr>
1541
- <td> <dfn><code>proxyAutoconfigUrl</code></dfn>
1541
+ <td> <dfn noexport ><code>proxyAutoconfigUrl</code></dfn>
1542
1542
<td> string
1543
1543
<td> Defines the URL for a proxy auto-config file
1544
1544
if <a><code>proxyType</code></a>
@@ -1547,7 +1547,7 @@ with a "<code>moz:</code>" prefix:
1547
1547
</tr>
1548
1548
1549
1549
<tr>
1550
- <td> <dfn><code>ftpProxy</code></dfn>
1550
+ <td> <dfn noexport ><code>ftpProxy</code></dfn>
1551
1551
<td> string
1552
1552
<td> Defines the proxy <a>host</a> for FTP traffic when
1553
1553
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1556,7 +1556,7 @@ with a "<code>moz:</code>" prefix:
1556
1556
</tr>
1557
1557
1558
1558
<tr>
1559
- <td> <dfn><code>httpProxy</code></dfn>
1559
+ <td> <dfn noexport ><code>httpProxy</code></dfn>
1560
1560
<td> string
1561
1561
<td> Defines the proxy <a>host</a> for HTTP traffic when
1562
1562
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1565,15 +1565,15 @@ with a "<code>moz:</code>" prefix:
1565
1565
</tr>
1566
1566
1567
1567
<tr>
1568
- <td> <dfn><code>noProxy</code></dfn>
1568
+ <td> <dfn noexport ><code>noProxy</code></dfn>
1569
1569
<td> array
1570
1570
<td> Lists the address for which the proxy should be bypassed when
1571
1571
the <a><code>proxyType</code></a> is "<code> manual</code> ".
1572
1572
<td> A <a>List</a> containing any number of <a>String</a> s.
1573
1573
</tr>
1574
1574
1575
1575
<tr>
1576
- <td> <dfn><code>sslProxy</code></dfn>
1576
+ <td> <dfn noexport ><code>sslProxy</code></dfn>
1577
1577
<td> string
1578
1578
<td> Defines the proxy <a>host</a> for encrypted TLS traffic
1579
1579
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1582,15 +1582,15 @@ with a "<code>moz:</code>" prefix:
1582
1582
</tr>
1583
1583
1584
1584
<tr>
1585
- <td> <dfn><code>socksProxy</code></dfn>
1585
+ <td> <dfn noexport ><code>socksProxy</code></dfn>
1586
1586
<td> string
1587
1587
<td> Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
1588
1588
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
1589
1589
<td> A <a>host and optional port</a> with an <a>undefined</a> scheme.
1590
1590
</tr>
1591
1591
1592
1592
<tr>
1593
- <td> <dfn><code>socksVersion</code></dfn>
1593
+ <td> <dfn noexport ><code>socksVersion</code></dfn>
1594
1594
<td> number
1595
1595
<td> Defines the <a>SOCKS proxy</a> version
1596
1596
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -3555,7 +3555,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3555
3555
</tr>
3556
3556
3557
3557
<tr>
3558
- <td> <dfn>Minimized window state</dfn>
3558
+ <td> <dfn noexport >Minimized window state</dfn>
3559
3559
<td> "<code> minimized</code> "
3560
3560
<td>
3561
3561
<td> The window is iconified.
@@ -3569,7 +3569,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3569
3569
</tr>
3570
3570
3571
3571
<tr>
3572
- <td> <dfn>Fullscreen window state</dfn>
3572
+ <td> <dfn noexport >Fullscreen window state</dfn>
3573
3573
<td> "<code> fullscreen</code> "
3574
3574
<td>
3575
3575
<td> The window is in full screen mode.
@@ -3983,7 +3983,7 @@ argument <var>reference</var>, run the following steps:
3983
3983
<li> Return <a>success</a> with <var> element</var> .
3984
3984
</ol>
3985
3985
3986
- <p> To <dfn lt="create an element">create a web element reference</dfn>
3986
+ <p> To <dfn noexport lt="create an element">create a web element reference</dfn>
3987
3987
for an <a><var>element</var></a> :
3988
3988
3989
3989
<ol>
@@ -5095,24 +5095,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
5095
5095
The returned value is a dictionary with the following members:
5096
5096
5097
5097
<dl>
5098
- <dt> <dfn lt="elementrect-x">x</dfn>
5098
+ <dt> <dfn noexport lt="elementrect-x">x</dfn>
5099
5099
<dd>
5100
5100
X axis position of the top-left corner of the <a>web element</a>
5101
5101
relative to the <a>current browsing context</a> ’s
5102
5102
<a>document element</a> in <a>CSS pixels</a> .
5103
5103
5104
- <dt> <dfn lt="elementrect-y">y</dfn>
5104
+ <dt> <dfn noexport lt="elementrect-y">y</dfn>
5105
5105
<dd>
5106
5106
Y axis position of the top-left corner of the <a>web element</a>
5107
5107
relative to the <a>current browsing context</a> ’s
5108
5108
<a>document element</a> in <a>CSS pixels</a> .
5109
5109
5110
- <dt> <dfn lt="elementrect-height">height</dfn>
5110
+ <dt> <dfn noexport lt="elementrect-height">height</dfn>
5111
5111
<dd>
5112
5112
Height of the <a>web element</a> ’s
5113
5113
<a>bounding rectangle</a> in <a>CSS pixels</a> .
5114
5114
5115
- <dt> <dfn lt="elementrect-width">width</dfn>
5115
+ <dt> <dfn noexport lt="elementrect-width">width</dfn>
5116
5116
<dd>
5117
5117
Width of the <a>web element</a> ’s
5118
5118
<a>bounding rectangle</a> in <a>CSS pixels</a> .
@@ -6979,7 +6979,7 @@ For convenience the same terminology is used for their manipulation.
6979
6979
move to, either in its active (pressed) or inactive state.</td>
6980
6980
</tr>
6981
6981
<tr>
6982
- <td> <dfn>pointerCancel</dfn> </td>
6982
+ <td> <dfn noexport >pointerCancel</dfn> </td>
6983
6983
<td> Used to cancel a pointer action.</td>
6984
6984
</tr>
6985
6985
</table>
@@ -7041,7 +7041,7 @@ describe the state associated with each <a>input source</a>.
7041
7041
properties <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
7042
7042
and <code> meta</code> , which are <a>Boolean</a> s.
7043
7043
7044
- <p> When required to <dfn>create a new key input state object</dfn> , an
7044
+ <p> When required to <dfn noexport >create a new key input state object</dfn> , an
7045
7045
implementation must return a <a>key input state</a> object with
7046
7046
the <code> pressed</code> property set to the empty set
7047
7047
and <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
@@ -7059,7 +7059,7 @@ a <code>pressed</code> property which is a set of unsigned integers,
7059
7059
an <code> x</code> property which is an unsigned integer,
7060
7060
and a <code> y</code> property which is an unsigned integer.
7061
7061
7062
- <p> When required to <dfn>create a new pointer input state</dfn> object
7062
+ <p> When required to <dfn noexport >create a new pointer input state</dfn> object
7063
7063
with arguments <var> subtype</var> an implementation must return
7064
7064
a <a>pointer input state</a> object with <code> subtype</code> set
7065
7065
to <var> subtype</var> , <code> pressed</code> set to an empty set and
@@ -7750,7 +7750,7 @@ Return <a>success</a> with data <var>action</var>.
7750
7750
7751
7751
<li><p> Let <var> algorithm</var> be the value of the column
7752
7752
<i> dispatch action algorithm</i> from the following table of
7753
- <dfn>dispatch action algorithms</dfn> that is equal to the
7753
+ <dfn noexport >dispatch action algorithms</dfn> that is equal to the
7754
7754
<var> source type</var> and the <var> action object</var> ’s
7755
7755
<code> subtype</code> property, to a dispatch action algorithm.
7756
7756
@@ -9523,7 +9523,7 @@ ensuring both privacy and preventing state from bleeding through to the next ses
9523
9523
considered visible if any part of it is drawn on the canvas within
9524
9524
the boundaries of the viewport.
9525
9525
9526
- <p> The <dfn lt="element displayedness|not displayed">element displayed</dfn> algorithm
9526
+ <p> The <dfn noexport lt="element displayedness|not displayed">element displayed</dfn> algorithm
9527
9527
is a boolean state where <code> true</code> signifies that the element is displayed
9528
9528
and <code> false</code> signifies that the element is not displayed.
9529
9529
To compute the state on <var> element</var> ,
0 commit comments