Jean-Yves Moyen
Jean-Yves Moyen
Need to try and make ure that passing R87 also passes R100 without need for new questions.
> Per Moz reference ([: The Input Label element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label)): > > > Note: A element can have both a for attribute and a contained control element, as long as the ...
Side note: Checking with Validator why they flag these: https://github.com/validator/validator/issues/1403
So, it is indeed invalid HTML (as pointed in the [Content model of `label`](https://html.spec.whatwg.org/multipage/forms.html#the-label-element:concept-element-content-model)), and the accname computation has an issue on the topic: https://github.com/w3c/accname/issues/154 In that case, following specs,...
The normative text of 4.1.1 does is > In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do...
Good find! So this is indeed passing 4.1.1 😕
Is this fixed by #1819 / #1820 ? (seems like the "focus sentinel" is the same as the "trap bumper")
Current state: * It seem both Alfa, Chrome and Firefox add a space when there is inter-element space ("inline with space") 👍 * Alfa doesn't add space when there is...
It seems we're still not good when the `block` element is nested inside an `inline(-flex?)` element with no other text 😕
https://github.com/Siteimprove/alfa/blob/b4971a837d9424fd234be55c3d7f529e64caa0ba/packages/alfa-dom/src/style/rule/style.ts#L14