Skip to content

Commit d9189f2

Browse files
committed
[css-inline-3] Fix incorrect initial value for dominant-baseline. Fixes #4115
1 parent 4ce29de commit d9189f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
159159
<pre class="propdef">
160160
Name: dominant-baseline
161161
Value: auto | text-bottom | alphabetic | ideographic | middle | central | mathematical | hanging | text-top
162-
Initial: normal
162+
Initial: auto
163163
Applies to: block containers, inline boxes, table rows, table columns, grid containers, and flex containers
164164
Inherited: yes
165165
Percentages: N/A

0 commit comments

Comments
 (0)