mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
# Style Module
|
|
|
|
style = element style { style.attlist, text }
|
|
style.attlist =
|
|
title.attrib,
|
|
I18n.attrib,
|
|
attribute type { ContentType.datatype },
|
|
attribute media { MediaDesc.datatype }?,
|
|
attribute xml:space { "preserve" }?
|
|
head.content &= style*
|