Mercurial > emacs
view etc/schema/xhtml-attribs.rnc @ 102582:7b1f5485a774
(Completion Commands): Describe Emacs 23 completion rules.
(Completion Options): Document read-file-name-completion-ignore-case,
read-buffer-completion-ignore-case, and completion-styles. Remove
description of partial-completion-mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 15 Mar 2009 14:51:45 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Common Attributes Module id.attrib = attribute id { ID.datatype }? class.attrib = attribute class { NMTOKENS.datatype }? title.attrib = attribute title { Text.datatype }? Core.attrib = id.attrib, class.attrib, title.attrib lang.attrib = attribute xml:lang { LanguageCode.datatype }? I18n.attrib = lang.attrib Common.attrib = Core.attrib, I18n.attrib CommonIdRequired.attrib = attribute id { ID.datatype }, class.attrib, title.attrib, I18n.attrib