Closed
Bug 12450
Opened 26 years ago
Closed 26 years ago
attr() doesn't work with uppercase attribute names
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: dbaron, Assigned: dbaron)
References
()
Details
(Keywords: css2, Whiteboard: fix in hand)
Attachments
(1 file)
|
543 bytes,
text/html
|
Details |
DESCRIPTION: The attr() function for generated content only accepts attributes
in lower case. attr(title) works, attr(TITLE) does not. Since HTML is
case-insensitive for attribute names, this shouldn't happen. (I didn't test
XML. I suspect, though, that this happens because (I think) you store HTML
attribute names in lower case.)
STEPS TO REPRODUCE: Load attached test case.
ACTUAL RESULTS: First paragraph begins with FIRST, but second paragraph doesn't
begin with SECOND and third doesn't begin with THIRD.
EXPECTED RESULTS: First para starts with FIRST, second with SECOND, and third
with THIRD.
.
DOES NOT WORK CORRECTLY ON:
* Linux, viewer, 1999-08-24-08-M10.
| Assignee | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 2•26 years ago
|
||
ALSO DOES NOT WORK CORRECTLY ON:
* Windows apprunner 1999-08-24-09-M10.
Marking All/All.
Comment 3•26 years ago
|
||
Moving non-beta 1 items to M15
Updated•26 years ago
|
Summary: attr() doesn't work with uppercase attribute names → {css2} attr() doesn't work with uppercase attribute names
Comment 4•26 years ago
|
||
Reassigning peterl's bugs to myself.
Comment 5•26 years ago
|
||
Accepting peterl's bugs that have a Target Milestone
Comment 6•26 years ago
|
||
Pushing my M15 bugs to M16
Comment 7•26 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Updated•26 years ago
|
Summary: {css2} attr() doesn't work with uppercase attribute names → attr() doesn't work with uppercase attribute names
| Assignee | ||
Comment 8•26 years ago
|
||
I have a fix for this. Stealing bug...
Assignee: pierre → dbaron
Status: ASSIGNED → NEW
| Assignee | ||
Comment 9•26 years ago
|
||
Accepting bug. (Fix is awaiting review.)
Status: NEW → ASSIGNED
Whiteboard: fix in hand
| Assignee | ||
Comment 10•26 years ago
|
||
Fix checked in 2000-04-26 17:12 PDT.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
With the following builds:
Win: 7_18_20
Mac: 7_19_12
Linux: 7_20_09
Using the testcase provided, verifying bug fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•