Skip to content

Attribute 'type' in tag 'ol' allowed for (X)HTML5 #1019

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

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

MarkusPister
Copy link

Mark the attribute 'type' as allowed for tag 'ol' in (X)HTML5.

The attribute type was deprecated in HTML4. This decision was reverted
for HTML5, see

https://www.w3.org/TR/2014/NOTE-html5-diff-20141209/#changed-attributes

This fixes #1012.

Mark the attribute 'type' as allowed for tag 'ol' in (X)HTML5.

The attribute type was deprecated in HTML4. This decision was reverted
for HTML5, see

    https://www.w3.org/TR/2014/NOTE-html5-diff-20141209/#changed-attributes

This fixes htacg#1012.
@balthisar
Copy link
Member

@MarkusPister, thanks. Although a case file would have been appreciated, all of the current regression tests pass, so I'll merge this and bump the version. Thanks!

@balthisar balthisar merged commit bba1390 into htacg:next Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The type attribute of the ol element is allowed in the actual HTML, but tidy-html5 does not allow it
2 participants