view etc/schema/xhtml-link.rnc @ 102813:2c37faeb7d5e

(auto-fill-function): Mark it as safe for nil. Suggested by Leo <sdl.web@gmail.com>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 02 Apr 2009 01:56:43 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Link Module

link = element link { link.attlist }
link.attlist =
  Common.attrib,
  attribute charset { Charset.datatype }?,
  attribute href { URI.datatype }?,
  attribute hreflang { LanguageCode.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute rel { LinkTypes.datatype }?,
  attribute rev { LinkTypes.datatype }?,
  attribute media { MediaDesc.datatype }?
head.content &= link*