Re: [css-inline] Computed value for initial-letter property
fantasai <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
On 05/11/2016 06:12 AM, Jeremy Chen wrote: > Hi, > > According to CSS-Inline-3 section 3.3 [1], the computed value of initial-letter property is "as specified". I'm wondering if > it would make sense to state the computed value as "none, or a number and an integer" ? > > [1] https://drafts.csswg.org/css-inline/#sizing-drop-initials This seems a bit unnecessarily verbose given the current pattern for the Computed Value lines, which doesn't say anything special for numbers or integers because they don't involve any computation. (That said, we should change the way we handle the propdef boxes overall -- the animation type and computed value type are pretty much identical, so they should be merged into one field somehow.) ~fantasai