mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
# 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*
|