Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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