8000 [css-shapes] typo · w3c/csswg-drafts@bf27d8f · GitHub
Skip to content

Commit bf27d8f

Browse files
committed
[css-shapes] typo
1 parent 7bcec42 commit bf27d8f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

css-shapes/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,9 @@ <h2 class="heading settled heading" data-level=5 id=shapes-from-box-values><span
873873
<figure>
874874
<img alt="Colored boxes representing simple box edges" src=images/box-edges-simple.png>
875875
<figcaption>
876-
Simple CSS Box Model Edges<p></p>
877-
</figcaption></figure>
876+
Simple CSS Box Model Edges
877+
</figcaption>
878+
</figure>
878879

879880
<p> And the same definitions apply to a more complex example with the same 100px square, but with these border, padding and margin properties:
880881

css-shapes/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,9 @@ <h2 id="shapes-from-box-values">
750750

751751
<figure>
752752
<img alt="Colored boxes representing simple box edges" src="images/box-edges-simple.png"/>
753-
<figcaption>Simple CSS Box Model Edges</p>
753+
<figcaption>
754+
Simple CSS Box Model Edges
755+
</figcaption>
754756
</figure>
755757

756758
And the same definitions apply to a more complex example with the same 100px square, but with these border, padding and margin properties:

0 commit comments

Comments
 (0)