Gaël Poupard

Results 148 comments of Gaël Poupard

You're kinda right here, `` should be sufficient — however it's not: you can refer to [Léonie Watson's "Accessible SVG" presentation](https://decks.tink.uk/2017/lws/index.html#14). Adding an ID to your `` and referencing it...

Asked to Trulia in https://github.com/trulia/hologram/issues/256

I'm indeed considering this since I made a tour in SassDoc theming, I think it would be pretty easy to replace the Hologram part with SassDoc. Though multi-language would be...

I think that's what I'll do. This seems really easier.

Simple note to consider using [Infusion](https://thepaciellogroup.github.io/infusion/) (but it would require to write doc outside of sass files). Note: Infusion became [Cupper](https://github.com/ThePacielloGroup/cupper).

As an idea, multi-language documentation could lead to more specific references links: RGAA for french version, Section 508 for english (just an example 😋), etc. This issue is becoming a...

Note: the [Hermann SassDoc theme](https://github.com/oddbird/sassdoc-theme-herman) evolved quite a lot: probably a great source of inspiration to push a11y.css' SassDoc further :)

Also see [CSSDoc](https://www.npmjs.com/package/cssdoc) which seems to be very similar to Hologram, in its documentation syntax.

Some selectors that might be interesting: * `[style*="display: none"]:not([hidden])::` as an advice; * `script[src]:not([async])` as an advice too; * and that's pretty much it. From my mind: * `script[src]:not([integrity])` as...

I tried to left align messages with their associated highlighted boxes, without breaking layout. Most cases best rendered with `block` display; however it might be time to try another way...