Re: Inconsistent description of attributes on <label> etc.

Yes, it should be UI Common.

The idea was, for hint and label, to support `appearance="minimal"`.
There is an example for hint in the spec:

    <hint appearance="minimal">Last, First</hint>

It does make sense to have this too:

    <label appearance="minimal">

Like for hint, the label should/could then be rendered as a
placeholder. Maybe the spec should provide an example too.

-Erik

On Wed, Apr 9, 2014 at 3:26 AM, Steven Pemberton
<Steven.Pemberton@cwi.nl> wrote:
> Section 8.1
> https://www.w3.org/MarkUp/Forms/wiki/XForms_2.0#The_XForms_Core_Form_Controls_Module
> says that <label> etc have as attribute sets: Common, Single Item Binding
> (author-optional)
>
> But section 8.2.1
> https://www.w3.org/MarkUp/Forms/wiki/XForms_2.0#ui-commonelems-label
> says that they have Common Attributes: Common, UI Common, Single Item
> Binding (author-optional)
>
> So which is right? Can you say <label appearance="full"> or not?
>
> Steven
>

Received on Wednesday, 9 April 2014 15:06:05 UTC