Warning Draft PR to benefit from the Netlify deployment
Description
This change is based on the suggestion made by @coliff in #36607.
Apparently we wouldn't need to precise -webkit-text-decoration: none;
since it is not added by Autoprefixer while the latter will automatically add -webkit-text-decoration: underline dotted;
and -webkit-text-decoration-skip-ink: none;
when needed.
Motivation & Context
This change will avoid the frustration of users that could see the underline dotted text decoration on their devices but couldn't have access to the information.
Type of changes
-
New feature (non-breaking change which adds functionality)
Checklist
Specific to this PR
-
Check the result of this Netlify deployment with different combinations of browsers, OSs and versions. -
Do we embed https://github.com/twbs/bootstrap/issues/36607#issuecomment-1163610342 in the docs as a trick? -
Check with @patrickhlauke if it can't mess up with some input mechanisms used for accessibility because the notion of "primary input mechanism" seems prone to mistakes when using multiple input devices. -
Read https://css-tricks.com/interaction-media-features-and-their-potential-for-incorrect-assumptions/ and apply the correct fix to this PR
-
Generic
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
All new and existing tests passed
Live previews
Related issues
Closes #36607