Re: [csswg-drafts] [css-cascade] About omitted subproperty value in shorthand

And although it mainly affects lists, other shorthands are also affected, like `font`. `font: 14px sans-serif` assigns `line-height: normal` in all browsers, and adding `line-height: initial` makes Chrome generate empty string for `font` shorthand, but Safari generates `font: 14px/initial sans-serif`. Not quite consistent.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1068#issuecomment-284562462 using your GitHub account

Received on Monday, 6 March 2017 22:58:45 UTC