Issue with CSS text-size-adjust Example #37577
Labels
closed: question
A user misinterpretation or support question. No action required.
Content:CSS
Cascading Style Sheets docs
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
What specific section or headline is this issue about?
CSS text-size-adjust Example
What information was incorrect, unhelpful, or incomplete?
p {
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
What did you expect to see?
p {
text-size-adjust: none;
}
Do you have any supporting links, references, or citations?
I find no reference to -webkit-text-size-adjust on the https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions page. Thus I infer the https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust example code is incorrect.
Do you have anything more you want to share?
Using FireFox version 133.0.3 64-bit
MDN metadata
Page report details
en-us/web/css/text-size-adjust
The text was updated successfully, but these errors were encountered: