Mercurial > emacs
view etc/schema/xhtml-script.rnc @ 110859:7aa4fdb60d57
shr.el (shr-insert): Don't insert double spaces.
auth.texi (Help for users, GnuPG and EasyPG Assistant Configuration): Update docs.
gnus-registry.el, nnregistry.el: Remove nnregistry refer method auto-install and update docs.
gnus.texi (Finding the Parent, The Gnus Registry, Registry Article Refer Method): Update docs for nnregistry.el.
gnus-demon.el, gnus-group.el, gnus-msg.el, gnus-sum.el, gnus-util.el, gnus.el: Rename `gnus-pull' to `gnus-alist-pull'.
gnus.texi (Article Washing): Add mm-shr.
mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 08 Oct 2010 23:55:33 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Script Module script = element script { script.attlist, text } script.attlist = attribute charset { Charset.datatype }?, attribute type { ContentType.datatype }, attribute src { URI.datatype }?, attribute defer { "defer" }?, attribute xml:space { "preserve" }? noscript = element noscript { noscript.attlist, Block.model } noscript.attlist = Common.attrib head.content &= script* Script.class = noscript | script Inline.class |= Script.class Block.class |= Script.class