WebMechanic

Results 120 comments of WebMechanic

fine with me :) have a separate file for them like `props.container.css`? edit: oh just followed the link... I thought similar to `props.media.css` Wondering if the container polyfill will also...

> Unfortunately, without using ShadowDOM, this would be quite brittle not sure about the actual "brittleness" or if that's hypothetical, but in a project also in need to translate anything...

`font-weight: thin` does not exist (nor does `light`), and an internal font metric like `ch` won't change with font-weight. It should for `font-stretch` if it's a variable font and that...

> but font-weight can change which font is resolved, which can have a different ch value. of course it can, which is the whole point of using this unit in...

I believe @argyleink may have valuable insight working on VisBug and he knows a thing or two about CSS

Thank you, Adam, for the input! > Fonts themselves can have bad information in them that's been accounted for by a browser, like impossible stuff for a polyfill author to...

> .. but they can't declare new variables **there**. the key word is "**there**" -- in the _outer scope_, not that they can't declare variables at all. They sure can...

please change the issue title to reflect this is a Docker issue only, thank you.

you mean like this? ```php $html = ' Lorum ipsum click here dolores lorem. Lorum ipsum click here too dolores lorem. '; $dom = new DOMDocument(); $dom->loadHTML($html); // echo $dom->saveHTML();...

intriguing. > The title for the modal would need to be pulled from somewhere shouldn't `.dialog-container` / `[data-a11y-dialog]` have an `aria-label` or `aria-labelledby` by default?