Jean-Yves Moyen
Jean-Yves Moyen
@carlosapaduarte Kept `remark-parse` to non-breaking version 😕 Also updated actions dependencies and `node` version.
> @Jym77 Are you sure you want to include the changes to the workflow flows in this PR? Feel like they are also dependencies updates (of github actions and node)...
🤔 Quick look through them: * `hidden="until-found"`: I think we're fairly safe without it, since it should be rendered with `content-visibility: hidden` (same thing as `hidden="true"` and `display: none`). Additionally,...
Other case: `transform: scale(0)`.
Need to look precisely at which combination of `transform` and other properties hide the content.
This seems to be already handled by the `isVisible` check 🤔 Parking it for now…
And Servo seems to use a flag during matching: https://github.com/servo/servo/blob/e13a04627c40df476566bcec3339cd89ec380afb/components/selectors/context.rs#L36-L49
Parking this for now. Will need more refinement.
Many pseudo-elements also restrict the list of properties that are allowed to be set on them. Even if we do not intend to implement actual matching of the pseudo-elements, we...
Yes, that will pretty much affect R14 which checks for 2.5.3. I'm not up for straight out ignoring `` elements, since they can be used for other things that icons...