[Bug 21847] The ‘flex’ Shorthand: Grow shorthand

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21847

Craig Francis <craig@craigfrancis.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from Craig Francis <craig@craigfrancis.co.uk> ---
Odd, thats not how I've used CSS shorthand properties before...

---

http://www.w3.org/TR/CSS21/fonts.html#propdef-font

Because the 'font' shorthand property resets any property not explicitly given
a value to its /initial/ value.

---

http://www.w3.org/TR/CSS21/box.html#propdef-border-left

Omitted values are set to their /initial/ values.

---

http://www.w3.org/TR/CSS21/colors.html#propdef-background

Given a valid declaration, the 'background' property first sets all the
individual background properties to their /initial/ values, then assigns
explicit values given in the declaration.

---

Those are the first three that come to mind, and all use the initial value...
so for consistency the flex shorthand should do as well.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 26 April 2013 15:08:10 UTC