view etc/schema/xhtml-link.rnc @ 96289:2e5fb8825124

(x_default_font_parameter): If Xft is available, first try Monospace-12 for the default font.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 25 Jun 2008 22:29:20 +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*