Skip to content

Commit 20b10ba

Browse files
committed
[css-overflow-3] Fix markup
I had accidentally made an h2 into an h3. Fix that.
1 parent 61c24d8 commit 20b10ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1050,8 +1050,8 @@ Once it is sufficiently stable in this specification,
10501050
</figure>
10511051
</div>
10521052

1053-
<h3 id="block-ellipsis">
1054-
Indicating Block-Axis Overflow: the 'block-overflow' property</h3>
1053+
<h2 id="block-ellipsis">
1054+
Indicating Block-Axis Overflow: the 'block-overflow' property</h2>
10551055

10561056
<pre class=propdef>
10571057
Name: block-overflow

0 commit comments

Comments
 (0)