X Tutup
Skip to content

Use our own parser for HTML (instead of browser) #4417

@mhevery

Description

@mhevery

Advantages:

  • We could use it in WebWorker, Server side, or with native renderers.
  • Proper camel casing. (We can get rid of inner-html vs innerHTML) Use camelCase instead of dash-case in HTML #4923
  • Errors have proper line numbers.
  • We can rely on attribute order (not sure if it would be relevant)
  • We could support self closing tags <name /> for custom elements
  • No need to ship parser when doing offline compilation.

/cc: @pkozlowski-opensource, @gdi2290, @tbosch

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort3: weeksfeatureLabel used to distinguish feature request from other issues

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup