view etc/schema/xhtml-object.rnc @ 110348:facbb9773cf5

Various updates for the Bugs section of the manual. * doc/emacs/trouble.texi (Bugs): Update the section intro. (Known Problems): New section. (Checklist): Misc updates. Prefer M-x report-emacs-bug. (Sending Patches): Bug fixes are best as responses to existing bugs. * doc/emacs/emacs.texi (Known Problems): Add menu entry for new section.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Sep 2010 17:31:47 -0700
parents 38f93f3d00a2
children
line wrap: on
line source

# Object Module

object =
  element object {
    object.attlist,
    # No restrictions on mixed content in TREX.
    param*,
    Flow.model
  }
object.attlist =
  Common.attrib,
  attribute declare { "declare" }?,
  attribute classid { URI.datatype }?,
  attribute codebase { URI.datatype }?,
  attribute data { URI.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute codetype { ContentType.datatype }?,
  attribute archive { URIs.datatype }?,
  attribute standby { Text.datatype }?,
  attribute height { Length.datatype }?,
  attribute width { Length.datatype }?,
  attribute name { text }?,
  attribute tabindex { Number.datatype }?
Inline.class |= object