You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
397B

  1. Attr.ID.HTML5
  2. TYPE: bool/null
  3. DEFAULT: null
  4. VERSION: 4.8.0
  5. --DESCRIPTION--
  6. In HTML5, restrictions on the format of the id attribute have been significantly
  7. relaxed, such that any string is valid so long as it contains no spaces and
  8. is at least one character. In lieu of a general HTML5 compatibility flag,
  9. set this configuration directive to true to use the relaxed rules.
  10. --# vim: et sw=4 sts=4