File: xhtml-iframe.rnc

package info (click to toggle)
nxml-mode 20041004-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,476 kB
  • ctags: 1,106
  • sloc: lisp: 27,512; xml: 686; makefile: 118; sh: 117
file content (14 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
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