Closed
Bug 126319
Opened 23 years ago
Closed 23 years ago
Implement getComputedStyle for text properties
Categories
(Core :: DOM: CSS Object Model, defect, P2)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: caillon, Assigned: caillon)
References
()
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
caillon
:
review+
caillon
:
superreview+
roc
:
approval+
|
Details | Diff | Splinter Review |
text-align and text-decoration are already implemented.
This bug will cover text-indent, text-transform, letter-spacing, word-spacing,
and white-space.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Fix two |val->SetString(NS_LITERAL_STRING(""));| to be the default values.
Silly me :)
Attachment #70226 -
Attachment is obsolete: true
Comment 3•23 years ago
|
||
r=hixie from a CSS point of view, as long as the sr= is familiar with this code
and looks at the C++ carefully.
Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 70350 [details] [diff] [review]
Patch v1.1
Adding Hixie's review
Attachment #70350 -
Flags: review+
Assignee | ||
Comment 5•23 years ago
|
||
->1.0
Comment 6•23 years ago
|
||
Comment on attachment 70350 [details] [diff] [review]
Patch v1.1
sr=attinasi
Attachment #70350 -
Flags: superreview+
Comment 7•23 years ago
|
||
Comment on attachment 70350 [details] [diff] [review]
Patch v1.1
r=bzbarsky as well, looks great
Assignee | ||
Comment 8•23 years ago
|
||
Same as attachment 70350 [details] [diff] [review], but moves a function definition to a more sane place.
Was: GetTextDecoration(), GetVisibility(), GetTextIndent(),
GetTextTransform()...
Now: GetTextDecoration(), GetTextIndent(), GetTextTransform()...
GetVisibility()
Attachment #70350 -
Attachment is obsolete: true
Assignee | ||
Comment 9•23 years ago
|
||
Comment on attachment 72281 [details] [diff] [review]
Patch v1.11
Transferring r=bzbarsky, sr=attinasi
Attachment #72281 -
Flags: superreview+
Attachment #72281 -
Flags: review+
Comment on attachment 72281 [details] [diff] [review]
Patch v1.11
a=roc+moz for trunk
Attachment #72281 -
Flags: approval+
Comment 11•23 years ago
|
||
checked in on the trunk. Thanks, Christopher!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•