Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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