Open
Bug 180468
Opened 22 years ago
Updated 2 years ago
'display: compact' not implemented
Categories
(Core :: Layout: Block and Inline, enhancement)
Core
Layout: Block and Inline
Tracking
()
NEW
Future
People
(Reporter: mike, Unassigned)
References
()
Details
(Keywords: css3, helpwanted, testcase, Whiteboard: [wanted1.9.3?])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016 Mozilla currently ignores declaration of 'display: compact' in CSS style sheets as described in CSS level 2 specification, section 9.2.3. (http://www.w3.org/TR/REC-CSS2/visuren.html#compact). Elements render as if 'display: block' was specified instead. Reproducible: Always Steps to Reproduce: 1. copy example from http://www.w3.org/TR/REC-CSS2/visuren.html#compact 2. open in browser Actual Results: both definitions render as two lines Expected Results: first definition should render as one line according to CSS level 2 specification This is not duplicate of bug 2055 since this report concerns only CSS declaration of 'display: compact', not the obsolete 'compact' attribute. In fact, reporting it separately is exactly what was proposed by Charles C. Fu in discussion on bug 2055.
Comment 1•22 years ago
|
||
Thanks, but for future reference note that we prefer not to have a bug filed for every missing feature.
Assignee: other → block-and-inline
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Component: Layout → Layout: Block & Inline
Ever confirmed: true
Keywords: css3
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Future
Comment 2•22 years ago
|
||
That seems a little snide Ian. What do you prefer? I was having this exact problem, came to bugzilla did a search and found this bug. Now I know it's an open known issue. I didn't think of this as an enhancement, but rather as something that I expected to work that doesn't. Hence a bug. Seems reasonable to me. If there is a bug that is tracking all CSS standard issues that are currently not working, OK, but it would seem better if that were a tracking bug anyway so that individual bugs can be marked fixed as they are addressed, rather than waiting for every CSS issue to be fixed at once. And if this is part of a standard that Mozilla doesn't support (and I thought it was supported) it would be nice if I could find that list of standards supported vs not supported somewhere from the mozilla home page.
Comment 3•22 years ago
|
||
Sorry, it was not meant to be snide. It's just that if we had one bug per missing CSS, HTML, XHTML, XML, DOM, RDF, MathML, SVG, namespace, HTTP, etc feature, we'd be drowning in bugs. At the moment we are concentrating on fixing our thousands of _bugs_, as opposed to adding new features. Depth of support (getting each feature right before moving on to the next one) is more important than breadth (having lots of features do something, but many of them having awful bugs). There is no documentation stating what is and isn't supported, because it would go out of date in a matter of days, and thus nobody has volunteered to try to keep up with it. (Out of date documentation is worse than no documentation.)
Updated•21 years ago
|
Summary: CSS2 declaration 'display: compact' not implemented → 'display: compact' not implemented
Comment 4•21 years ago
|
||
Note that this display value is not in CSS2.1 (and I have doubts it'll stick around in CSS3...)
Comment 5•21 years ago
|
||
'compact' will be in CSS3.
Even so, display:compact should not be reported as an error in the error console. It's not an error (actually it's completely correct according to specs), it's merely a property FF doesn't understand. It'd be a mess if a browser reports an error about everything it can't deal with ;)
Comment 7•17 years ago
|
||
Is this bug dead? There doesn't seem anything to happen here... The last comment really concerning implementing display:compact is more than 3 and a half years old...
Updated•15 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Comment 8•15 years ago
|
||
Adding helpwanted and nominating wanted1.9.3? in hope that this will be finally picked up
Keywords: helpwanted
Whiteboard: [wanted1.9.3?]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•