view etc/schema/xhtml-edit.rnc @ 91633:e33a0659fabe

(Fx_create_frame): Do not override the explicitly set parent window ID of a frame. (x_window): Reparent frame if embedded. (Fx_create_frame): Don't set border width if embedded.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 07 Feb 2008 14:08:07 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Edit Module

del = element del { del.attlist, Inline.model }
del.attlist = Edit.attrib
ins = element ins { ins.attlist, Inline.model }
ins.attlist = Edit.attrib
Edit.attrib =
  attribute cite { URI.datatype }?,
  attribute datetime { Datetime.datatype }?
Edit.class = del | ins
Inline.class |= Edit.class
Block.class |= Edit.class