-
-
Notifications
You must be signed in to change notification settings - Fork 21
Github allows <li> without ancestors. #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
While you are correct that
|
Well,
I believe in this case - consistency is the goal. |
<tbody>a</tbody>
<tfoot>b</tfoot>
<thead>c</thead>
<td>d</td>
<th>e</th>
<tr>f</tr>
<li>g</li>
<h7>h</h7>
<h8>i</h8>
<p>j</p> Yields: a b c d e fj I also found that h7 and h8 are no longer supported. Are you interested in a PR that fixes |
Sure, let me do that. |
wooorm
pushed a commit
that referenced
this issue
Jun 24, 2020
Closes GH-18. Closes GH-19. Reviewed-by: Titus Wormer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
we have found an issue in GitHub schema.
hast-util-sanitize/lib/github.json
Lines 11 to 14 in 71283f0
It sanitizes the
li
tags withoutul
orol
ancestors.Github is allowing that. Should I make a PR to fix that? or there is a rationale to keep it this way?
The text was updated successfully, but these errors were encountered: