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 17584 - blockquote, figure: Margins should not be put in pixels because they don't scale well.
Summary: blockquote, figure: Margins should not be put in pixels because they don't sc...
Status: RESOLVED WONTFIX
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: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 21:01 UTC by contributor
Modified: 2012-09-24 00:11 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-06-24 21:01:01 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html
Multipage: http://www.whatwg.org/C#flow-content-1
Complete: http://www.whatwg.org/c#flow-content-1

Comment:
blockquote, figure: Margins should not be put in pixels because they don't
scale well.

Posted from: 93.206.128.113
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Comment 1 Axel Dahmen 2012-06-24 21:02:18 UTC
I suggest to use "em" instead of "px" unit values.
Comment 2 contributor 2012-07-18 17:50:29 UTC
This bug was cloned to create bug 18251 as part of operation convergence.
Comment 3 Ian 'Hixie' Hickson 2012-09-23 23:27:05 UTC
This is a lost cause unfortunately. We're forced to these values by backwards-compatibility concerns.
Comment 4 Axel Dahmen 2012-09-24 00:11:30 UTC
OK, I understand.

Thanks, Ian