dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 58 forks source link

Implement the popover element... #238

Open adrianlmm opened 7 months ago

adrianlmm commented 7 months ago

Currently the popover element is not implemented in Dart HTML, this element is currently supported in webkit and blink and Firefox is working in the implementation.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover

I would be awesome to include it in our Dart web applications too.