Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Attr.ID.HTML5.txt 397B

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