xhtml-image.rnc 290 B

123456789101112
  1. # Image Module
  2. img = element img { img.attlist }
  3. img.attlist =
  4. Common.attrib,
  5. attribute src { URI.datatype },
  6. attribute alt { Text.datatype },
  7. attribute longdesc { URI.datatype }?,
  8. attribute height { Length.datatype }?,
  9. attribute width { Length.datatype }?
  10. Inline.class |= img