whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.17k stars 2.69k forks source link

Label for content-editable elements? #6828

Open NagayamaToshiaki opened 3 years ago

NagayamaToshiaki commented 3 years ago

I tried to tie a label element into a content-editable div element using for attribute but it failed. I suppose imprementing form inputs with content-editable elements will be increased, so it's natural labels accept those elements.

annevk commented 3 years ago

See https://github.com/WICG/webcomponents/issues/916.