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

HTML Pattern matching refactor #55

Closed
64 tasks done
ghaschel opened this issue Sep 13, 2022 · 0 comments
Closed
64 tasks done

HTML Pattern matching refactor #55

ghaschel opened this issue Sep 13, 2022 · 0 comments
Assignees
Labels
refactor feature refactor

Comments

@ghaschel
Copy link
Owner

ghaschel commented Sep 13, 2022

Basic HTML pattern matching refactor and improvement:

  • Rewrite to use proper scope naming
    • Doctype
    • Comment
    • Generic HTML tags
    • Angular/Angular Material tags
    • DOM Events
    • Generic HTML attributes
    • Deprecated HTML Tags
    • Tag-specific deprecated attributes
    • area
    • a
    • body
    • br
    • caption
    • colgroup
    • col
    • div
    • dl
    • h1
    • h2
    • h3
    • h4
    • h5
    • h6
    • head
    • hr
    • html
    • iframe
    • img
    • input
    • legend
    • link
    • li
    • menu
    • object
    • ol
    • param
    • pre
    • p
    • table
    • tbody
    • td
    • tfoot
    • thead
    • th
    • tr
    • t
    • ul
  • Rewrite to improve pattern matching
    • script tag
      • javascript
      • typescript
      • coffeescript
      • dart
    • style tag
      • css
      • less
      • scss
      • sass
      • stylus
      • postcss
    • inline style attribute
    • regex matching
    • html entitites
@ghaschel ghaschel added the refactor feature refactor label Sep 13, 2022
@ghaschel ghaschel self-assigned this Sep 13, 2022
ghaschel added a commit that referenced this issue Sep 13, 2022
there are a bunch of changes being made, and it will be listed as related issues with the current
milestone

BREAKING CHANGE: the whole grammar is changing

re #55, re #54, re #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor feature refactor
Projects
None yet
Development

No branches or pull requests

1 participant