mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
16 lines
479 B
Text
16 lines
479 B
Text
# Hypertext Module
|
|
|
|
# Depends on text module.
|
|
|
|
a = element a { a.attlist, Inline.model }
|
|
a.attlist =
|
|
Common.attrib,
|
|
attribute href { URI.datatype }?,
|
|
attribute charset { Charset.datatype }?,
|
|
attribute type { ContentType.datatype }?,
|
|
attribute hreflang { LanguageCode.datatype }?,
|
|
attribute rel { LinkTypes.datatype }?,
|
|
attribute rev { LinkTypes.datatype }?,
|
|
attribute accesskey { Character.datatype }?,
|
|
attribute tabindex { Number.datatype }?
|
|
Inline.class |= a
|