view etc/schema/xhtml-iframe.rnc @ 107581:1e23ce3cbd8b

2010-03-30 Martin Stjernholm <mast@lysator.liu.se> * mm-decode.el (mm-add-meta-html-tag): Added option to override the charset. * gnus-art.el (gnus-article-browse-html-parts): Force the correct charset into the <meta> tag when the article is encoded to utf-8.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 30 Mar 2010 04:44:38 +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