dSalieri
dSalieri
### What is the issue with the HTML Standard? > The [stack of open elements](https://html.spec.whatwg.org/multipage/parsing.html#stack-of-open-elements) is said to **have an element target node in a specific scope** consisting of a...
### What is the issue with the HTML Standard? Reading about [HTML parser](https://html.spec.whatwg.org/multipage/parsing.html#html-parser), I came to the conclusion that the specification does not talk about: 1) Should the HTML parser...
### What is the issue with the HTML Standard? If you look at the [create a new browsing context and document](https://html.spec.whatwg.org/multipage/document-sequences.html#creating-a-new-browsing-context) algorithm, you'll notice that it creates a document object...
### What is the issue with the HTML Standard? The specification says [the following](https://html.spec.whatwg.org/#custom-element-reactions): > When the user agent [resets the form owner](https://html.spec.whatwg.org/#reset-the-form-owner) of a [form-associated custom element](https://html.spec.whatwg.org/#form-associated-custom-element) and doing...
### What is the issue with the HTML Standard? Based on PR #11721, the disabled algorithm for option has received significant changes. However, the algorithm may not be entirely clear:...