Felix Boehm
Felix Boehm
@tatomyr Thanks for shepherding this to the finish line!
@dependabot rebase
> > x-user-defined in `` tags (turns out html-encoding-sniffer's support is broken) > > This is not broken; it's following the spec: [html.spec.whatwg.org/multipage/parsing.html#prescan-a-byte-stream-to-determine-its-encoding](https://html.spec.whatwg.org/multipage/parsing.html#prescan-a-byte-stream-to-determine-its-encoding) step 4.case2.15. `whatwgEncoding.labelToName` doesn't return a value...
To be clearer about what I'm proposing: I would like https://github.com/fb55/encoding-sniffer to become `[email protected]`. This will include API compatibility & all existing tests will be added to the new project....
> Oh, sorry, no, I am not interested in that. I thought you were offering to improve html-encoding-sniffer. No worries, thanks for the reply. Just in case the semantic difference...
Hi @victornpb, very cool project! I just revived this one again, before seeing yours. My main goal was to automatically update results whenever a new version is released, which would...
Thanks for getting back to me, both of you! The flow I've implemented here is: 1. Dependabot will open a pull request whenever there is a new version of a...
Hi @censujiang, thanks for the contribution! Could you add a simple test case to the legacy spec?
We are getting this error when using `nativeStyleToProp` for a prop that uses a color variable.
This is likely caused by a breaking change in 7.0.0 (see https://github.com/inikulin/parse5/releases/tag/v7.0.0), which will now emit multiple text events for long sections (where we drop the underlying buffer). This is...