Hidden text - Clip CSS deprecated

Hi everyone,

Some of the methods generally recommended for hiding text (e.g. for
non-visual use) utilise the 'clip' CSS property.

I've just seen that is now deprecated, and I'm wondering if anyone has
tried using the recommended clip-path property [1] instead?

For skip links (which show on focus) I'm happy to use the off-screen
to the left method, but that gives dodgy outlines for little snippets
of help text aimed at screenreader users.

Can anyone point to a well-tested method?

Thanks,

-Alastair

1] https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path

Received on Friday, 11 January 2019 14:38:35 UTC