Skip to content

Commit 708d391

Browse files
Fix various markup errors
1 parent 69997f5 commit 708d391

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
};
5454
</script>
5555
<script src=issue.js></script>
56-
<body data-cite="CSSOM-VIEW GEOMETRY-1">
5756
<style>
5857
/* ul.brief to create inline comma separated lists */
5958
ul.brief::before {
@@ -67,6 +66,7 @@
6766
/* dl.subcategories when the definition list subdivides a definition */
6867
dl.subcategories { margin-left: 2em }
6968
</style>
69+
<body data-cite="CSSOM-VIEW GEOMETRY-1">
7070
<section id=abstract>
7171
<p>
7272
WebDriver is a remote control interface
@@ -2626,7 +2626,7 @@ <h2>Timeouts</h2>
26262626

26272627
<p>
26282628
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
26302630
with the following properties:
26312631

26322632
<dl>
@@ -5063,12 +5063,12 @@ <h4><dfn>Get Element Shadow Root</dfn></h4>
50635063
of <a>trying</a> to <a>get a known connected element</a>
50645064
with <a>url variable</a> <var>element id</var>.
50655065

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>.
50675067

50685068
<li><p>If <var>shadow root</var> is null, return <a>error</a>
50695069
with <a>error code</a> <a>no such shadow root</a>.
50705070

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>
50725072
for <var>shadow root</var>.
50735073

50745074
<li><p>Return <a>success</a> with data <var>serialized</var>.
@@ -5118,7 +5118,7 @@ <h3>State</h3>
51185118
<p>An <a><var>element</var></a>’s <dfn>container</dfn> is:
51195119

51205120
<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>
51225122
<dt>[^optgroup^] element in a valid <a>element context</a>
51235123
<dd><p>The <a><var>element</var></a>’s <a>element context</a>,
51245124
which is determined by:
@@ -7585,7 +7585,7 @@ <h3>Ticks</h3>
75857585
<h3>Processing actions</h3>
75867586

75877587
<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
75897589
JSON <a>Object</a> representing an action sequence, validates the
75907590
input, and returns a data structure that is the transpose of the
75917591
input JSON, such that the actions to be performed in a single <a>tick</a>

0 commit comments

Comments
 (0)