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 10564 - There is no "rightmargin" attribute. This should be "leftmargin".
Summary: There is no "rightmargin" attribute. This should be "leftmargin".
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-07 11:29 UTC by contributor
Modified: 2010-10-04 14:48 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2010-09-07 11:29:53 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#margins-and-padding

Comment:
There is no "rightmargin" attribute. This should be "leftmargin".

Posted from: 213.236.208.22 by annevk@opera.com
Comment 1 Ian 'Hixie' Hickson 2010-09-26 02:36:58 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments (I think... check the diff).
Comment 2 contributor 2010-09-26 02:37:39 UTC
Checked in as WHATWG revision r5507.
Check-in comment: copypasta
http://html5.org/tools/web-apps-tracker?from=5506&to=5507
Comment 3 Anne 2010-09-26 08:22:19 UTC
I meant exactly what I said ;-) Where you had written "rightmargin" before it should have just said "leftmargin" since there is no "rightmargin"/"bottommargin" attribute in existence. As far as I can tell anyway.

"leftmargin" and "topmargin" do apply to both sides (left/right and top/bottom).
Comment 4 Ian 'Hixie' Hickson 2010-09-28 19:42:15 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: http://msdn.microsoft.com/en-us/library/ms534375(VS.85).aspx disagrees?
Comment 5 Anne 2010-09-29 09:40:41 UTC
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/654 demonstrates that WebKit and Opera implement it as I suggested. Gecko does not support this at all in standards mode and in quirks mode does indeed seem to support "rightmargin" and "bottommargin". I cannot test IE here.

I guess I do not feel strongly enough about this either way, though it will probably take some time before anyone aligns with each other here.
Comment 6 Simon Pieters 2010-09-29 10:54:07 UTC
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/655 in IE8 gives 1px, 2px, 3px, 4px.