[Bug 12800] Enhancement request for input element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12800

--- Comment #2 from Thamizharasu <zarub2k@gmail.com> 2011-05-27 18:12:13 UTC ---
(In reply to comment #1)
> What are the actual problems caused by the current situation?  That is, what
> about the current situation is bad, such that you "need to be able to define
> the label value as part of the input control"?

<input id="name" name="name" autocomplete=off value="" />
This is definition for an input control. Usually we will have some label
control before this input control.

<label for="name">Name: *</label>
<input id="name" name="name" autocomplete=off value="" />

In that case, I should be able to define the label value as part of the input
control.

<input id="name" name="name" autocomplete=off value="" label="Name:" />

Then based on the required attribute, My label control should be added with *
mark. Otherwise it should render only the label value.

I hope this would clarify your doubts.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 27 May 2011 18:12:15 UTC