This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20055 - Possibly missing quirk "zero-height line boxes"
Summary: Possibly missing quirk "zero-height line boxes"
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Quirks Mode (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Simon Pieters
QA Contact: sideshowbarker+quirksspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 10:23 UTC by Simon Pieters
Modified: 2013-03-04 20:01 UTC (History)
3 users (show)

See Also:


Attachments

Comment 1 Simon Pieters 2013-03-01 15:34:56 UTC
Safari and Chrome pass the suggested test case:

  | div { line-height: 0;} span { margin:0 1px; line-height: normal; }
  | <div id=test>x<span></span></div>
  | <div id=ref>x</div><div id=s_ref>x<span>x</span></div>

[[
In other words, I guess the best option is to spec the quirk about
"zero-height line boxes" and include both test cases.
]]

I don't know what to spec here. If I'm missing something and the spec should change, please elaborate.

I've added the test case.
Comment 2 Ian 'Hixie' Hickson 2013-03-04 20:01:16 UTC
dbaron: Do you know anything about this quirk?