Paul Grenier

Results 45 comments of Paul Grenier

This may be a little "crude" but it seems to work for light dom slots: ```js customElements.define('element-details', class extends HTMLElement { constructor() { super(); const template = document.getElementById('element-details-template').content; // render...

Another use case I just encountered: rendering a custom element SVG filter. That filter can't be addressed by the rest of the page while in shadow (even if it's open)....

The usage of `.app-contact-panel` on various pages uses a `.govuk-link:focus` link focus style `#005ea5` on `#ffbf47` which has a color contrast ratio of 4.07:1. I believe `#0055a5` is the closest...

for myself: link to [focusgroup and polyfill](https://github.com/w3ctag/design-reviews/issues/732)

Instead of grouping by technology (CSS/JS), how about grouping by pattern (forms, content, images, etc.).

> 1. This is a markup suggestion. In general, CSS gets _given_ the markup, CSS tries to avoid saying "change this markup so we can style it easier". So I...

SVG2 has fairly wide support now and IE11 is end-of-life. It may not be worth changing the code but encouraging folks to remove `xlink:href`.

I think it should be opt-in because I can imagine situations with something like a tooltip that appears in different orientations to the content/context element and therefore the reading order...

Password hints (instructions) could be read before an input with better effect than following the input.

I don't think we're talking about the same use case. But I digress. This is a problem developed by modern framework developers who didn't put elements in the "correct" document...