mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
# 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*
|