- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2011 20:56:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv10107 Modified Files: Overview.html Overview.src.html Log Message: Added issue about inline-list-item and list-style-position. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- Overview.html 18 Nov 2011 03:20:37 -0000 1.96 +++ Overview.html 18 Nov 2011 20:56:11 -0000 1.97 @@ -716,6 +716,12 @@ element's <code class=css>::marker</code> pseudo-element is not ‘<a href="#none"><code class=css>none</code></a>’. + <p class=issue>Should I make this always compute to ‘<a + href="#inside"><code class=css>inside</code></a>’ when the list item + is ‘<code class=css>display:inline-list-item</code>’? See the + thread at <a + href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html">http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html</a>. + <div class=example> <p>For example: Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- Overview.src.html 18 Nov 2011 03:20:37 -0000 1.143 +++ Overview.src.html 18 Nov 2011 20:56:12 -0000 1.144 @@ -348,6 +348,8 @@ <p>Note that a marker is only generated if the computed value of the 'content' property for the element's <code class=css>::marker</code> pseudo-element is not ''none''.</p> + <p class='issue'>Should I make this always compute to ''inside'' when the list item is ''display:inline-list-item''? See the thread at <a href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html">http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html</a>.</p> + <div class=example> <p>For example:
Received on Friday, 18 November 2011 20:56:19 UTC