Attr.ID.HTML5.txt 397 B

12345678910
  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