Skip to content

Commit 02b8932

Browse files
pchampingkellogg
authored andcommitted
fix validation error
<li> elements can not be wrapped by <del> (or <ins>) so I had to keep the element in place, with some placeholder text explaining that this step is gone. The idea is to remove it entirely when the candidate correction is accepted.
1 parent 787a45e commit 02b8932

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,8 +2132,10 @@ <h3>Algorithm</h3>
21322132
being processed.</li>
21332133
</ol>
21342134
</li>
2135-
<del cite="#change_pr639">
2136-
<li class="changed">Otherwise, if <var>active context</var> has a
2135+
<li class="changed">
2136+
<ins cite="#change_pr639"><em>(this step was removed by a <a href="#change_pr639">candidate correction</a>)</em></ins>
2137+
<del cite="#change_pr639">
2138+
Otherwise, if <var>active context</var> has a
21372139
<a>default base direction</a>:
21382140
<ol>
21392141
<li>Initialize a variable <var>lang dir</var>
@@ -2150,8 +2152,8 @@ <h3>Algorithm</h3>
21502152
create one and set its value to the <a>term</a>
21512153
being processed.</li>
21522154
</ol>
2155+
</del>
21532156
</li>
2154-
</del>
21552157
<li>Otherwise:
21562158
<ol>
21572159
<li>If <var>language map</var> does not have a <var>default language</var> <a>entry</a>,<del cite="#change_pr639">

0 commit comments

Comments
 (0)