Re: (INS|DEL) definition

Look for this in the strict DTD [1] (or Transitional as well).

[1] http://www.w3.org/TR/REC-html40/sgml/dtd.html


<!--=================== Inserted/Deleted Text
============================-->


   <!-- INS/DEL are handled by inclusion on BODY -->
   <!ELEMENT (INS|DEL) - - (%flow;)*      -- inserted text, deleted text
-->
   <!ATTLIST (INS|DEL)
          %attrs;                              -- %coreattrs, %i18n,
%events --
          cite        %URI;          #IMPLIED  -- info on reason for
change --
          datetime    %Datetime;     #IMPLIED  -- date and time of
change --
   >

-- 
Ian Jacobs (jacobs@w3.org)   http://www.w3.org/People/Jacobs

Received on Wednesday, 28 July 1999 09:24:26 UTC