view etc/schema/xhtml-applet.rnc @ 109719:472b3dda3de7

Fix 2010-07-03 change to mouse-drag-track. * mouse.el (mouse-drag-track): Remove accidentally-removed check for `double' value of mouse-1-click-follows-link (Bug#6807).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Aug 2010 17:57:34 -0400 (2010-08-08)
parents 38f93f3d00a2
children
line wrap: on
line source
# Applet Module

applet =
  element applet {
    applet.attlist,
    # No restrictions on mixed content in TREX.
    param*,
    Flow.model
  }
applet.attlist =
  Core.attrib,
  attribute alt { Text.datatype },
  attribute archive { text }?,
  attribute code { text }?,
  attribute codebase { URI.datatype }?,
  attribute object { text }?,
  attribute height { Length.datatype },
  attribute width { Length.datatype }
Inline.class |= applet