Skip to content

Commit df1d9bd

Browse files
foolipAutomatedTester
authored andcommitted
Link the browser chrome (elements) definitions
These are both unused definitions before this change: https://w3c.github.io/webdriver/#dfn-browser-chrome https://w3c.github.io/webdriver/#dfn-browser-chrome-element
1 parent 33c1f38 commit df1d9bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ <h3><dfn>Back</dfn></h3>
29372937
<p class=note>This command causes the browser to traverse
29382938
one step backward in the <a>joint session history</a>
29392939
of the <a>current top-level browsing context</a>.
2940-
This is equivalent to pressing the back button in the browser chrome
2940+
This is equivalent to pressing the back button in the <a>browser chrome</a>
29412941
or invoking <code>window.history.back</code>.
29422942

29432943
<p>The <a>remote end steps</a> are:
@@ -2982,7 +2982,7 @@ <h3><dfn>Forward</dfn></h3>
29822982
<p class=note>This command causes the browser
29832983
to traverse one step forwards in the <a>joint session history</a>
29842984
of the <a>current top-level browsing context</a>.
2985-
This is equivalent to pressing the forward button in the browser chrome
2985+
This is equivalent to pressing the forward button in the <a>browser chrome</a>
29862986
or invoking <code>window.history.forward</code>.
29872987

29882988
<p>The <a>remote end steps</a> are:
@@ -3717,13 +3717,13 @@ <h3><dfn>Set Window Rect</dfn></h3>
37173717
<li><p>Set the width, in <a>CSS pixels</a>,
37183718
of the operating system window containing
37193719
the <a>current top-level browsing context</a>,
3720-
including any browser chrome and externally drawn window decorations
3720+
including any <a>browser chrome</a> and externally drawn window decorations
37213721
to a value that is as close as possible to <var>width</var>.
37223722

37233723
<li><p>Set the height, in <a>CSS pixels</a>,
37243724
of the operating system window containing
37253725
the <a>current top-level browsing context</a>,
3726-
including any browser chrome and externally drawn window decorations
3726+
including any <a>browser chrome</a> and externally drawn window decorations
37273727
to a value that is as close as possible to <var>height</var>.
37283728

37293729
<aside class=note>
@@ -9466,7 +9466,7 @@ <h2>Security</h2>
94669466
make an effort to visually distinguish
94679467
a user agent session that is under control of WebDriver
94689468
from those used for normal browsing sessions.
9469-
This can be done through a browser chrome element
9469+
This can be done through a <a>browser chrome element</a>
94709470
such as a “door hanger”,
94719471
colorful decoration of the OS window,
94729472
or some widget element that is prevalent in the window

0 commit comments

Comments
 (0)