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 27672 - Remove multicol from this list since it doesn't have any default style
Summary: Remove multicol from this list since it doesn't have any default style
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#concept...
Whiteboard: [good first bug]
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 08:27 UTC by contributor
Modified: 2015-10-07 21:32 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2014-12-19 08:27:59 UTC
Specification: https://html.spec.whatwg.org/multipage/rendering.html
Multipage: https://html.spec.whatwg.org/multipage/#concept-rendering-elements-with-margins
Complete: https://html.spec.whatwg.org/#concept-rendering-elements-with-margins
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
Remove multicol from this list since it doesn't have any default style

Posted from: 90.230.218.37 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.28 Safari/537.36 OPR/27.0.1689.29 (Edition beta)
Comment 1 Anne 2015-09-01 13:33:22 UTC
Are you sure?

<!DOCTYPE html>
<multicol>test</multicol>
<script>
 var m = document.querySelector("multicol")
 w(getComputedStyle(m).marginTop)
</script>

Gives me 16px in Firefox.
Comment 2 Simon Pieters 2015-09-04 20:57:57 UTC
It's also display:block in Gecko, but not per spec and not in other browsers.
Comment 3 Anne 2015-09-05 04:17:24 UTC
Ok, if this is only Firefox then it seems reasonable to remove this.
Comment 4 Domenic Denicola 2015-10-07 21:32:11 UTC
https://github.com/whatwg/html/pull/238