Open
Bug 1438809
Opened 7 years ago
Updated 2 years ago
"[-]" is not treated as :first-letter
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
People
(Reporter: physics.htfi, Unassigned)
References
Details
(4 keywords)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
<!DOCTYPE html>
<html>
<head>
<style>div:first-letter{color:red;}</style>
</head>
<body>
<div>[1] ← red for Firefox, Chrome, Edge and IE11</div>
<div>[-] ← black for Firefox</div>
</body>
</html>
Actual results:
"[1]" looks red, but "[-]" remains black.
Expected results:
"[-]" should be red as well? (as is for other browsers)
Updated•7 years ago
|
Component: Untriaged → Layout
OS: Unspecified → All
Product: Firefox → Core
Updated•7 years ago
|
Whiteboard: [parity-Chrome][parity-Edge][parity-IE]
Version: 58 Branch → Trunk
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Before landing of Bug 399941
[- is red
After landing of Bug 399941
Nothing is red
Comment 4•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Whiteboard: [parity-Chrome][parity-Edge][parity-IE]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•