Closed
Bug 1170480
Opened 11 years ago
Closed 9 years ago
Underline on abbr elements
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(firefox39 unaffected, firefox40 affected, firefox41 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | unaffected |
| firefox40 | --- | affected |
| firefox41 | --- | affected |
People
(Reporter: m.jephcote, Unassigned)
References
Details
(Whiteboard: [parity-chrome][parity-IE])
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150529004007
Steps to reproduce:
Firefox is now underlining ALL <abbr> elements by default
Actual results:
Firefox is now underlining ALL <abbr> elements by default
Expected results:
Firefox shouldn't add an underline automatically
http://getbootstrap.com/css/#type-abbreviations - see the double underline using Firefox Developer
Comment 2•11 years ago
|
||
The behavior was changed by Bug 1157083.
So, the site css[1] need to modify.
[1] http://getbootstrap.com/dist/css/bootstrap.min.css
Blocks: 1157083
Status: UNCONFIRMED → NEW
status-firefox39:
--- → unaffected
status-firefox40:
--- → affected
status-firefox41:
--- → affected
Component: Untriaged → Layout: Block and Inline
Ever confirmed: true
Product: Firefox → Core
Whiteboard: [parity-chrome][parity-IE]
According to the spec: http://www.w3schools.com/tags/tag_abbr.asp
There are no Default CSS rules for this element. Firefox needs to change.
Comment 4•11 years ago
|
||
(In reply to Michael from comment #3)
> According to the spec: http://www.w3schools.com/tags/tag_abbr.asp
This is NOT the spec.
See our site compat doc and Bug 1157083 for details:
https://developer.mozilla.org/en-US/Firefox/Releases/40/Site_Compatibility#CSS
Updated•11 years ago
|
Component: Layout: Block and Inline → Desktop
Product: Core → Tech Evangelism
Version: 40 Branch → Firefox 40
Apologies, wrong llink.
Can you show me where in http://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element it states the default CSS?
Comment 6•11 years ago
|
||
(In reply to Masayuki Nakano (:masayuki) (Mozilla Japan) from comment #6)
> See http://www.w3.org/TR/html5/rendering.html#phrasing-content-0
Thank you, I'll file a bug with the Bootstrap authors.
Comment 8•11 years ago
|
||
Michael, this is defined here
http://www.w3.org/TR/html5/rendering.html#phrasing-content-0
The Blink bug about it
https://code.google.com/p/chromium/issues/detail?id=480213
Comment 9•10 years ago
|
||
Bootstrap and Normalize.css bugs got filed:
* https://github.com/twbs/bootstrap/issues/16574
* https://github.com/necolas/normalize.css/pull/451
Any reason for this bug to stay open?
Comment 10•10 years ago
|
||
I think https://developer.mozilla.org/en-US/docs/Styling_Abbreviations_and_Acronyms should be updated.
Comment 11•9 years ago
|
||
Relevant fix in https://github.com/necolas/normalize.css/commit/5304c784ffbd03da265fcbf7bf49f6964cbcfc9c.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•