Mercurial > emacs
diff etc/schema/xhtml-iframe.rnc @ 86361:38f93f3d00a2
Initial merge of nxml
| author | Mark A. Hershberger <mah@everybody.org> |
|---|---|
| date | Fri, 23 Nov 2007 06:58:00 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/schema/xhtml-iframe.rnc Fri Nov 23 06:58:00 2007 +0000 @@ -0,0 +1,14 @@ +# 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
