emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to etc/schema/xhtml-iframe.rnc


From: Mark A. Hershberger
Subject: [Emacs-diffs] Changes to etc/schema/xhtml-iframe.rnc
Date: Fri, 23 Nov 2007 06:58:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Mark A. Hershberger <hexmode>   07/11/23 06:58:00

Index: etc/schema/xhtml-iframe.rnc
===================================================================
RCS file: etc/schema/xhtml-iframe.rnc
diff -N etc/schema/xhtml-iframe.rnc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ etc/schema/xhtml-iframe.rnc 23 Nov 2007 06:57:46 -0000      1.1
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]