But we don't support having several such external labels. For instance we don't have a way to tie the labels "Billing" and the label "Address" to the input field in:
We could do this either by supporting multiple labels points to a single field, or by supporting a way for fields to point to their labels. The latter technique seems preferable as it allows the form author to specify an order for the labels. Also, it is in line with what is being done in HTML. If we name the attribute labeled-by, the above example with the input field pointing to the two labels would look like:
Currently, we support external labels, as in:
But we don't support having several such external labels. For instance we don't have a way to tie the labels "Billing" and the label "Address" to the input field in:
We could do this either by supporting multiple labels points to a single field, or by supporting a way for fields to point to their labels. The latter technique seems preferable as it allows the form author to specify an order for the labels. Also, it is in line with what is being done in HTML. If we name the attribute
labeled-by
, the above example with the input field pointing to the two labels would look like: