xhtml-iframe.rnc 465 B

123456789101112131415
  1. # Iframe Module
  2. iframe = element iframe { iframe.attlist, Flow.model }
  3. iframe.attlist =
  4. Core.attrib,
  5. attribute longdesc { URI.datatype }?,
  6. attribute src { URI.datatype }?,
  7. attribute frameborder { "1" | "0" }?,
  8. attribute width { Length.datatype }?,
  9. attribute height { Length.datatype }?,
  10. attribute marginwidth { Pixels.datatype }?,
  11. attribute marginheight { Pixels.datatype }?,
  12. attribute scrolling { "yes" | "no" | "auto" }?
  13. Inline.class |= iframe