Results 89 issues of sideshowbarker

wattsi currently just copies the `` contents from the `source` file, which means all multipage documents end up with the same title, `HTML Standard`. Each multipage document should instead have...

For the case where somebody editing the HTML source of the spec forgot to add an end tag for an element, we should have wattsi emit an *Unclosed element "foo"...

Apparently it’s possible for a `mode` value to be such that `AttributeName.getQName(mode)` returns null. So this change adds a null check to catch that. Otherwise, without this change, some documents...

We probably want to remove `errorProfileMap` and all its related stuff in the tokenizer code, since there’s no evidence it’s used by anybody anywhere in any consumer code except for...

This makes the parser’s handling of encodings conformant with current requirements in the Encoding spec and HTML spec. To that end, this PR branch includes the following important changes: 81c40ef...

The changes in the PR branch add support for correctly testing both (1) the cases where the expected result is for character coding after fully parsing the test data, as...

We’re failing 4 test-case types (9 cases in total) in https://github.com/html5lib/html5lib-tests/tree/master/encoding/ As far as I can tell, these cases don’t fail in Firefox. https://github.com/html5lib/html5lib-tests/blob/master/encoding/tests1.dat#L65 ``` Failure. Expected: windows-1252 got ISO-8859-2...

This change deprecates all public methods related to reporting of HTML4-specific parse errors — as well as deprecating the entire `nu.validator.htmlparser.common.DoctypeExpectation` class, which is only used when reporting HTML4-specific parse...

### What are you trying to accomplish? Fixes #2592 ### What approach did you choose and why? Removed `display: none` from `details` contents styling ### What should reviewers focus on?...

What File and Directory Entries API features aren’t supported in mobile? I’m updating https://github.com/mdn/browser-compat-data for File and Directory Entries API features and am wondering what support to indicate for Chrome...

question