Mercurial > emacs
view etc/schema/xhtml-iframe.rnc @ 106128:ed77a6edfaa1
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
(htmlfontify-load-rgb-file): Remove unnused var `ff'.
Use with-current-buffer and string-to-number.
(hfy-fallback-colour-values): Use assoc-string.
* htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
(hfy-face-at): Remove unused var `found-face'.
(hfy-compile-stylesheet): Remove unused var `css'.
(hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
and `orig-buffer'.
(hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
Use with-current-buffer.
(hfy-text-p): Use expand-file-name and fewer setq.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Nov 2009 20:47:40 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Iframe Module iframe = element iframe { iframe.attlist, Flow.model } iframe.attlist = Core.attrib, attribute longdesc { URI.datatype }?, attribute src { URI.datatype }?, attribute frameborder { "1" | "0" }?, attribute width { Length.datatype }?, attribute height { Length.datatype }?, attribute marginwidth { Pixels.datatype }?, attribute marginheight { Pixels.datatype }?, attribute scrolling { "yes" | "no" | "auto" }? Inline.class |= iframe