Skip to content
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

[sax] HTML specific parser additions / fixes #48

Open
1 of 3 tasks
postspectacular opened this issue Sep 25, 2018 · 0 comments
Open
1 of 3 tasks

[sax] HTML specific parser additions / fixes #48

postspectacular opened this issue Sep 25, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@postspectacular
Copy link
Member

postspectacular commented Sep 25, 2018

  • Add support for HTML5 boolean attribs (present or not) - update ATTRIB_NAME state
  • Wrap text as node to support cases like: <a>a1<b>b1</b>a2</a> - currently fails @ a2
  • Add option to define void tags not requiring /> (list & spec)
@postspectacular postspectacular added the enhancement New feature or request label Sep 25, 2018
@postspectacular postspectacular self-assigned this Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant