[Bug 18210] Why is this an empty element with attributes label and icon? These two attributes should get deleted and content should be allowed that can be styled.

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

Andrea Rendine <master.skywalker.88@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |master.skywalker.88@gmail.c
                   |                            |om

--- Comment #5 from Andrea Rendine <master.skywalker.88@gmail.com> ---
The idea of having the element's textContent as command's label still remains.
While the icon attribute is useful for some UAs, the very same level of
functionality can be achieved via the element IDL attribute textContent, with
the sensible differences that:
 a. the textContent is directly translatable
 b. the textContent is stylable
 c. the textContent also appears in those UAs which do not support the menu
itself, but can be instructed to show it thanks to CSS (showing the attribute
is somehow more difficult).

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

Received on Friday, 25 April 2014 00:08:42 UTC