- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 13:36:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Made <details> ltr/rtl agnostic. (whatwg r4878) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3904&r2=1.3905&f=h http://html5.org/tools/web-apps-tracker?from=4877&to=4878 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3904 retrieving revision 1.3905 diff -u -d -r1.3904 -r1.3905 --- Overview.html 29 Mar 2010 04:31:56 -0000 1.3904 +++ Overview.html 29 Mar 2010 04:35:50 -0000 1.3905 @@ -63199,12 +63199,14 @@ <p>When the <i title="">details</i> binding applies to a <code><a href="#the-details-element">details</a></code> element, the element is expected to render as a - 'block' box with its 'padding-left' property set to '40px'. The - element's shadow tree is expected to take the element's first child - <code><a href="#the-summary-element">summary</a></code> element, if any, and place it in a first - 'block' box container, and then take the element's remaining - descendants, if any, and place them in a second 'block' box - container.</p> + 'block' box with its 'padding-left' property set to '40px' for + left-to-right elements (<a href="#ltr-specific">LTR-specific</a>) and with its + 'padding-right' property set to '40px' for right-to-left + elements. The element's shadow tree is expected to take the + element's first child <code><a href="#the-summary-element">summary</a></code> element, if any, and + place it in a first 'block' box container, and then take the + element's remaining descendants, if any, and place them in a second + 'block' box container.</p> <p>The first container is expected to contain at least one line box, and that line box is expected to contain a disclosure widget
Received on Monday, 29 March 2010 04:36:30 UTC