view etc/schema/xhtml-iframe.rnc @ 92697:001682fd0516

(diary-file, hebrew-holidays-1) (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4) (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark) (calendar-version): Doc fixes. (calendar-absolute-from-gregorian): Use zerop. (calendar-mode-line-format): Make it a defcustom.
author Glenn Morris <rgm@gnu.org>
date Mon, 10 Mar 2008 02:45:26 +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