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
We are currently forcing a 1px dotted bottom border under <abbr> elements, but with the recent changes users will see a double underline.
Firefox also forces this underline (Safari does not at this stage). Not sure about IE, but it's likely we're going to have to remove that 1px dotted bottom border styling (or remove the browser implementation with text-decoration: none; and force our own styling).
This double underlining issue was fixed in Text Styling v2.0.1. We will keep the dotted bottom border styling as it's clearer than the dotted underline provided by browsers.
Chrome has recently turned on dotted underlining of
<abbr>
elements by default (as per Opera and Firefox' implementation) https://www.chromestatus.com/feature/4774625963671552https://developer.mozilla.org/en/docs/Web/HTML/Element/abbr
We are currently forcing a 1px dotted bottom border under
<abbr>
elements, but with the recent changes users will see a double underline.Firefox also forces this underline (Safari does not at this stage). Not sure about IE, but it's likely we're going to have to remove that 1px dotted bottom border styling (or remove the browser implementation with
text-decoration: none;
and force our own styling).@justinspencer @mpcat
The text was updated successfully, but these errors were encountered: