Closed
Bug 57472
Opened 25 years ago
Closed 25 years ago
CSS class names with underscores (_) fail to render
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: yoda, Assigned: asa)
References
()
Details
Mozilla seems to be unable to recognize CSS class names containing underscore
characters. Example:
.my_class {
font : 9px/18px Arial, sans-serif;
}
Referenced as <p class="my_class">this is some sample text</p>.
Comment 1•25 years ago
|
||
Read comments in bug 34616 (underscores should not be allowed in CSS
identifiers) to why this is Marked WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•