Closed
Bug 245297
Opened 21 years ago
Closed 21 years ago
Add style system support for CSS column properties
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
33.87 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
I have a patch.
Assignee | ||
Comment 1•21 years ago
|
||
This adds an nsStyleColumn style struct, with two properties: -moz-column-count
and -moz-column-width. The former can be auto or a positive integer; the latter
is auto or length. This is all as per the proposed spec. My suggested
column-count extension '-moz-unlimited' is not in here yet. I'll add that
later.
This is the first step to getting some sort of column support working...
Assignee | ||
Updated•21 years ago
|
Attachment #149802 -
Flags: superreview?(dbaron)
Attachment #149802 -
Flags: review?(dbaron)
Attachment #149802 -
Flags: superreview?(dbaron)
Attachment #149802 -
Flags: superreview+
Attachment #149802 -
Flags: review?(dbaron)
Attachment #149802 -
Flags: review+
Assignee | ||
Comment 2•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•21 years ago
|
||
Added about 3K codesize, no appreciable Tp impact. Great!
Comment 4•21 years ago
|
||
Thanks Robert!
Though can I verify for my own edification (sp?) that column is not yet
supported, just these properties are now scanned for?
Please mark this as a dep of whatever bug is to enable column's as per the CSS3
spec, (or whenever that bug is filed if not filed yet), Thanks
Assignee | ||
Comment 5•21 years ago
|
||
Correct. There's a lot of work to do before column support actually works. All
you can do right now is set and read the properties.
You need to log in
before you can comment on or make changes to this bug.
Description
•