You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated text lands in the accessibility tree. A blockquote paragraph exposes three text nodes where the markup has one: "β", "Hello", "β". Inline code inside a button gives the button the name the `foo` bar. Braille renders that punctuation whatever the speech settings say, and code and blockquote already carry the meaning the marks stand for.
Alt text after a slash keeps the glyph and drops it from the tree. Amended under the current declarations, browsers without support render as they do today:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The typography plugin draws four decorative characters with
content:Generated text lands in the accessibility tree. A blockquote paragraph exposes three text nodes where the markup has one:
"β","Hello","β". Inlinecodeinside a button gives the button the namethe `foo` bar. Braille renders that punctuation whatever the speech settings say, andcodeandblockquotealready carry the meaning the marks stand for.Alt text after a slash keeps the glyph and drops it from the tree. Amended under the current declarations, browsers without support render as they do today:
In Chrome 152 the rendering is unchanged and the paragraph exposes one text node. Alt text needs Chrome 77, Firefox 128, or Safari 17.4.
The marks are deliberate, per tailwindlabs/tailwindcss-typography#139 and tailwindlabs/tailwindcss-typography#328. This keeps them on screen.
All reactions