Skip to content

Commit 2119902

Browse files
committed
Added issue about inline-list-item and list-style-position.
1 parent 12128b2 commit 2119902

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-lists/Overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,12 @@ <h2 id=list-style-position-property><span class=secno>4. </span> Marker
716716
element's <code class=css>::marker</code> pseudo-element is not &lsquo;<a
717717
href="#none"><code class=css>none</code></a>&rsquo;.
718718

719+
<p class=issue>Should I make this always compute to &lsquo;<a
720+
href="#inside"><code class=css>inside</code></a>&rsquo; when the list item
721+
is &lsquo;<code class=css>display:inline-list-item</code>&rsquo;? See the
722+
thread at <a
723+
href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html">http://lists.w3.org/Archives/Public/www-style/2011Jun/0232.html</a>.
724+
719725
<div class=example>
720726
<p>For example:
721727

css3-lists/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ <h2 id='list-style-position-property'>
348348
<p>Note that a marker is only generated if the computed value of the 'content'
349349
property for the element's <code class=css>::marker</code> pseudo-element is not ''none''.</p>
350350

351+
<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>
352+
351353
<div class=example>
352354
<p>For example:
353355

0 commit comments

Comments
 (0)