Skip to content

Commit 4604483

Browse files
committed
[css-fonts-4] fix #2505 value of font-style: normal vs. oblique 0deg;
1 parent fcaf0f2 commit 4604483

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,9 @@ Font style: the 'font-style!!property' property</h3>
629629
Inherited: yes
630630
Percentages: n/a
631631
Computed value: the keyword specified, plus angle in degrees if specified
632-
Animation type: by computed value type
632+
Animation type: by computed value type;
633+
'normal' animates as 'oblique 0deg'
634+
<!-- https://github.com/w3c/csswg-drafts/issues/2505 -->
633635
</pre>
634636

635637
The 'font-style!!property' property allows italic or oblique faces to be selected.

0 commit comments

Comments
 (0)