DescriptionRemove support for -webkit-column-span:1
This was an "alias" for -webkit-column-span:none. '1' is not a valid value,
according to the spec. The only valid values are 'none' and 'all'. In an older
version of the spec, '1' and 'all' were the valid values. In the latest version
(2011), '1' was changed to 'none'.
It's highly unlikely that removing this should cause compatibility problems.
The initial value is 'none' (which is what '1' was mapped to), so in order to
cause trouble, one would need a declaration -webkit-column-span:all to be
overridden by a -webkit-column-span:1. I went through httparchive to verify.
No sites were found to do this.
R=timloh@chromium.org
Committed: https://crrev.com/60ac870083a7f738905bcbbadbd3d5656e69fbf8
Cr-Commit-Position: refs/heads/master@{#371773}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Code review. #
Messages
Total messages: 8 (3 generated)
|