Skip to content

Commit 82f4672

Browse files
committed
Add TODOs for examples.
1 parent c438f1a commit 82f4672

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

css3-overflow/Overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ <h4 id=style-of-regions><span class=secno>3.1.2. </span>Styling of regions</h4>
512512
that apply to styling inside regions should also apply to inheritance from
513513
regions.
514514

515+
<p class=issue> TODO: ADD EXAMPLE HERE.
516+
515517
<h4 id=style-in-regions><span class=secno>3.1.3. </span>Styling inside
516518
regions</h4>
517519

@@ -549,6 +551,8 @@ <h4 id=style-in-regions><span class=secno>3.1.3. </span>Styling inside
549551
to, and whose index matches the pseudo-element.
550552
</ol>
551553

554+
<p class=issue> TODO: ADD EXAMPLE HERE.
555+
552556
<h3 id=max-lines><span class=secno>3.2. </span>The ‘<a
553557
href="#max-lines0"><code class=property>max-lines</code></a>’ property</h3>
554558

@@ -644,6 +648,8 @@ <h3 id=max-lines><span class=secno>3.2. </span>The ‘<a
644648
<p class=issue>Should this apply to regions overflow only, or also to
645649
pagination?
646650

651+
<p class=issue> TODO: ADD EXAMPLE HERE.
652+
647653
<h2 id=conformance><span class=secno>4. </span> Conformance</h2>
648654

649655
<h3 id=placement><span class=secno>4.1. </span> Module interactions</h3>

css3-overflow/Overview.src.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ <h4 id="style-of-regions">Styling of regions</h4>
398398
should also apply to inheritance from regions.
399399
</p>
400400

401+
<p class="issue">
402+
TODO: ADD EXAMPLE HERE.
403+
</p>
404+
401405
<h4 id="style-in-regions">Styling inside regions</h4>
402406

403407
<p class="issue">
@@ -449,6 +453,10 @@ <h4 id="style-in-regions">Styling inside regions</h4>
449453
</li>
450454
</ol>
451455

456+
<p class="issue">
457+
TODO: ADD EXAMPLE HERE.
458+
</p>
459+
452460
<h3 id="max-lines">The 'max-lines' property</h3>
453461

454462
<p>
@@ -536,6 +544,10 @@ <h3 id="max-lines">The 'max-lines' property</h3>
536544
<p class="issue">Should this apply to regions overflow only, or also
537545
to pagination?</p>
538546

547+
<p class="issue">
548+
TODO: ADD EXAMPLE HERE.
549+
</p>
550+
539551
<h2 id="conformance">
540552
Conformance</h2>
541553

0 commit comments

Comments
 (0)