Carolyn MacLeod
Carolyn MacLeod
Weird, as you say. It does feel "buggy". Hopefully you can learn more once you get the Windows build going.
Not sure if this gist is helpful: [On the Width of Scroll Bars on Mac and Windows](https://gist.github.com/martynchamberlin/6aaf8a45b36907e9f1e21a28889f6b0a). (I'm finding it difficult to fully understand, but maybe you will understand it).
> Are you able to reproduce the border apparently snapping back to being in the correct place when you resize the viewport? Yes, I can - interesting. In Chrome, either...
Please note that I am by no means a css expert (far from it! 😄 ) and so I could be doing something incorrectly. I just keep making changes until...
Your examples work for me, i.e. dotted-line box is positioned incorrectly and scrollbar width is reported even when no scrollbar. I was more likely to see the poorly-positioned box in...
> Currently there are some blockers Rats. Glad you'll be monitoring progress. Maybe someday, then! > There is also the fact that in order to distribute the extension, one is...
This would be great for articles and dialogs (possibly others, like maybe even most landmarks) but need to [be careful](https://github.com/w3c/aria-practices/issues/575) with `` element, because giving a section a name changes...
@cookiecrook > Perhaps the solution could be to add another `nameFrom` value ... Cool - I think that's what @jongund [said](https://github.com/w3c/aria/issues/899#issuecomment-462809398), also. :) It does seem like a simple way...
I think we need to allow for strings in any language, which would make ASCII too restrictive. The [CSS string data type](https://developer.mozilla.org/en-US/docs/Web/CSS/string) uses Unicode, so currently, that's what Step F...
In case it's helpful, there's an [img section in HTML-AAM](https://w3c.github.io/html-aam/#img-element) that makes it pretty clear that `alt` wins: 1. If the img element has an aria-label or an aria-labelledby attribute...