mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
10 lines
250 B
Text
10 lines
250 B
Text
# Meta Module
|
|
|
|
meta = element meta { meta.attlist }
|
|
meta.attlist =
|
|
I18n.attrib,
|
|
attribute http-equiv { NMTOKEN.datatype }?,
|
|
attribute name { NMTOKEN.datatype }?,
|
|
attribute content { text }?,
|
|
attribute scheme { text }?
|
|
head.content &= meta*
|