|
53 | 53 | };
|
54 | 54 | </script>
|
55 | 55 | <script src=issue.js></script>
|
56 |
| -<body data-cite="CSSOM-VIEW GEOMETRY-1"> |
57 | 56 | <style>
|
58 | 57 | /* ul.brief to create inline comma separated lists */
|
59 | 58 | ul.brief::before {
|
|
67 | 66 | /* dl.subcategories when the definition list subdivides a definition */
|
68 | 67 | dl.subcategories { margin-left: 2em }
|
69 | 68 | </style>
|
| 69 | +<body data-cite="CSSOM-VIEW GEOMETRY-1"> |
70 | 70 | <section id=abstract>
|
71 | 71 | <p>
|
72 | 72 | WebDriver is a remote control interface
|
@@ -2626,7 +2626,7 @@ <h2>Timeouts</h2>
|
2626 | 2626 |
|
2627 | 2627 | <p>
|
2628 | 2628 | The <dfn>timeouts object</dfn> for a <a>timeouts
|
2629 |
| -configuration</a> <var>timeouts</a> is an <a>object</a> initalized |
| 2629 | +configuration</a> <var>timeouts</var> is an <a>object</a> initalized |
2630 | 2630 | with the following properties:
|
2631 | 2631 |
|
2632 | 2632 | <dl>
|
@@ -5063,12 +5063,12 @@ <h4><dfn>Get Element Shadow Root</dfn></h4>
|
5063 | 5063 | of <a>trying</a> to <a>get a known connected element</a>
|
5064 | 5064 | with <a>url variable</a> <var>element id</var>.
|
5065 | 5065 |
|
5066 |
| - <li><p>Let <var>shadow root</var> be <var>element<var>'s <a>shadow root</a>. |
| 5066 | + <li><p>Let <var>shadow root</var> be <var>element</var>'s <a>shadow root</a>. |
5067 | 5067 |
|
5068 | 5068 | <li><p>If <var>shadow root</var> is null, return <a>error</a>
|
5069 | 5069 | with <a>error code</a> <a>no such shadow root</a>.
|
5070 | 5070 |
|
5071 |
| - <li><p>Let <var>serialized</a> be the <a>shadow root reference object</a> |
| 5071 | + <li><p>Let <var>serialized</var> be the <a>shadow root reference object</a> |
5072 | 5072 | for <var>shadow root</var>.
|
5073 | 5073 |
|
5074 | 5074 | <li><p>Return <a>success</a> with data <var>serialized</var>.
|
@@ -5118,7 +5118,7 @@ <h3>State</h3>
|
5118 | 5118 | <p>An <a><var>element</var></a>’s <dfn>container</dfn> is:
|
5119 | 5119 |
|
5120 | 5120 | <dl class=switch>
|
5121 |
| - <dt>option</code> element</a> in a valid <a>element context</a> |
| 5121 | + <dt><code>option</code> element in a valid <a>element context</a> |
5122 | 5122 | <dt>[^optgroup^] element in a valid <a>element context</a>
|
5123 | 5123 | <dd><p>The <a><var>element</var></a>’s <a>element context</a>,
|
5124 | 5124 | which is determined by:
|
@@ -7585,7 +7585,7 @@ <h3>Ticks</h3>
|
7585 | 7585 | <h3>Processing actions</h3>
|
7586 | 7586 |
|
7587 | 7587 | <p>The algorithm for <a data-lt="extract an action sequence"
|
7588 |
| - extracting an action sequence from a request</a> takes the |
| 7588 | + >extracting an action sequence from a request</a> takes the |
7589 | 7589 | JSON <a>Object</a> representing an action sequence, validates the
|
7590 | 7590 | input, and returns a data structure that is the transpose of the
|
7591 | 7591 | input JSON, such that the actions to be performed in a single <a>tick</a>
|
|
0 commit comments