Changes between Initial Version and Version 1 of Ticket #8627, comment 6
- Timestamp:
- Jun 17, 2011, 8:55:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8627, comment 6
initial v1 1 1 from that list, it seems that there are really only a few properties that have default "normal" values that make sense to animate. Here's the list, with both what the "normal" value means, and the corresponding value when you get the computed value instead of the style value: 2 2 3 4 {{{ 3 5 font-weight: 400 computed: unclear from the spec 4 6 letter-spacing: 0 (unless in a justified text block) computed: normal 5 7 word-spacing: 0 computed: 0 6 8 line-height: depending on vendor 1.0-1.2 (which is a multiplier of the font size of the text this applies to) computed: normal 9 }}} 10 7 11 8 12 Seems that despite the caveats, we would have to make a map. Browser functionality doesn't seems to return useful values for neither the style property nor the computed value.