Closed
Bug 128482
Opened 23 years ago
Closed 21 years ago
[FIX]getComputedStyle should take "::first-letter" and such for the pseudo
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(2 files, 1 obsolete file)
634 bytes,
text/html
|
Details | |
2.39 KB,
patch
|
caillon
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
We currently do the right thing with a pseudo or ":first-letter" but not with
"::first-letter".
![]() |
Assignee | |
Comment 1•23 years ago
|
||
depends on back end impl of these guys.
![]() |
Assignee | |
Comment 2•21 years ago
|
||
![]() |
Assignee | |
Comment 3•21 years ago
|
||
Attachment #138781 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 4•21 years ago
|
||
Proposed patch
![]() |
Assignee | |
Updated•21 years ago
|
Attachment #138783 -
Flags: superreview?(jst)
Attachment #138783 -
Flags: review?(caillon)
![]() |
Assignee | |
Updated•21 years ago
|
Priority: P5 → P3
Summary: getComputedStyle should take "::first-letter" and such for the pseudo → [FIX]getComputedStyle should take "::first-letter" and such for the pseudo
Target Milestone: Future → mozilla1.7alpha
Comment 5•21 years ago
|
||
Comment on attachment 138783 [details] [diff] [review]
Patch
sr=jst
Attachment #138783 -
Flags: superreview?(jst) → superreview+
Updated•21 years ago
|
Attachment #138783 -
Flags: review?(caillon) → review+
![]() |
Assignee | |
Comment 6•21 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•