Open
Description
What is the issue with the HTML Standard?
TAG's Casing Rules state that enumerated values for attributes should be lowercase, dash-delimited.
closedby=closerequest
is not dash-delimited. Admittedly this completely flew by me while implementing it in Firefox until just now, when we're imminently shipping.
Perhaps we can change this? Perhaps we can do so safely by keeping around the closerequest
value but deprecating it? What are people's thoughts?
/cc @mfreed7 @smaug----