Skip to content

Commit bdde251

Browse files
committed
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 3b16ca1 commit bdde251

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -2123,8 +2123,10 @@ <h3>Algorithm</h3>
21232123
being processed.</li>
21242124
</ol>
21252125
</li>
2126-
<del cite="#change_pr639">
2127-
<li class="changed">Otherwise, if <var>active context</var> has a
2126+
<li class="changed">
2127+
<ins cite="#change_pr639"><em>(this step was removed by a <a href="#change_pr639">candidate correction</a>)</em></ins>
2128+
<del cite="#change_pr639">
2129+
Otherwise, if <var>active context</var> has a
21282130
<a>default base direction</a>:
21292131
<ol>
21302132
<li>Initialize a variable <var>lang dir</var>
@@ -2141,8 +2143,8 @@ <h3>Algorithm</h3>
21412143
create one and set its value to the <a>term</a>
21422144
being processed.</li>
21432145
</ol>
2146+
</del>
21442147
</li>
2145-
</del>
21462148
<li>Otherwise:
21472149
<ol>
21482150
<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)