首页 > 代码库 > matches field ID value 17.9.1 The LABEL element

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 --
  >

matches field ID value 17.9.1 The LABEL element