html icon indicating copy to clipboard operation
html copied to clipboard

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Results 83 html issues
Sort by recently updated
recently updated
newest added

When we show zoom meeting link in Html then it is showing below error. ![Screenshot 2024-05-02 at 5 16 52 PM](https://github.com/dart-lang/html/assets/51526480/2fb3d1ef-9760-4f84-8646-799a7043211b) SIde-note: Not able to reproduce with every zoom meeting...

Hi, Custom attributes are attributes that are not part of the standard HTML5 attributes but are explicitly created. They allow us to add our information to HTML tags. ``

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...

The license fails to be detected by `pub.dev` and it reports as `unknwon`. The license file seems quite specific and I wonder if the project could default to an SPDX...

The package was working very well until today. handshakeexception: handshake error in client (os error: certificate_verify_failed: unable to get local issuer certificate(handshake.cc:393)) How can I correct this?

typo fixed - Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review...

This is for #223. I personally do not wish to have an exception thrown because of a simple typo in an html selector, that seems wildly excessive. The selector wouldn't...

I found `nth-child` selector is not working as expected. Having a simple html ```html 1,1 1,2 2,1 2,2 ``` And running tests as below ```dart // Passed expect(document.querySelector('#content > table...

[`PushManager.getSubscription`](https://api.flutter.dev/flutter/dart-html/PushManager/getSubscription.html) is defined as `Future`, but if there's no subscription, it actually returns `null`, leading to an Error: > Error: Expected a value of type 'FutureOr', but got one of...

UnimplementedError: ':nth-last-child' selector of type PseudoClassFunctionSelector is not implemented ` html: ^0.15.4` Flutter 3.10.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision 796c8ef792 (3 weeks ago) • 2023-06-13 15:51:02 -0700...