matches field ID value 17.9.1 The LABEL element

https://www.w3.org/TR/html401/interact/forms.html#edef-LABEL

 

<!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text -->
<!ATTLIST LABEL
  %attrs;                              -- %coreattrs, %i18n, %events --
  for         IDREF          #IMPLIED  -- matches field ID value --
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
  >
posted @ 2016-12-23 18:36  papering  阅读(393)  评论(0编辑  收藏  举报