RE: [css3-values] RE: CSSStyleDeclaration#length and shorthands.

Boris:
> What if the style were:
>   <span style="border: 7px dashed red; border-right-color: green">
> What should happen then?

Include
- border-top-width, border-right-width, border-bottom-width, border-left-width
- border-top-style, border-right-style, border-bottom-style, border-left-style
- border-top-color, border-right-color, border-bottom-color, border-left-color
- border-width
- border-style

Exclude (not constructible)
- border-color
- border


Boris:
> If the style were:
>   <div style="border-top-width: 1px; border-right-width: 2px;
>               border-bottom-width: 3px; border-left-width: 4px">

Include
- border-top-width, border-right-width, border-bottom-width, border-left-width
- border-width

Exclude (not constructible)
- border-top-style, border-right-style, border-bottom-style, border-left-style
- border-top-color, border-right-color, border-bottom-color, border-left-color
- border-style
- border-color
- border

Received on Tuesday, 31 January 2012 20:04:03 UTC