Re: [HTML 4.0 draft] (further) comments on ACRONYM

[two answers and one night further...]

What about a 'declare' attribute for acronym then ?

<!ELEMENT ACRONYM - - (%inline)*>
<!ATTLIST ACRONYM)
  declare     (declare)  #IMPLIED  -- declare but don't instantiate flag --   
  %attrs;                -- %coreattrs, %i18n, %events --
  >


We could then have declarations of widely used acronyms the first time
they are used in a document, or declarations listed in a LINKed dictionnary :

<ACRONYM declare
   id="sncf"
   lang="fr" 
   title="Soci&eacute;t&eacute; Nationale de Chemins de Fer">
   SNCF
</ACRONYM>

and then refer to them as follows :

<ACRONYM id="sncf">SNCF</ACRONYM>


Bandwidth saving, lisibility of HTML sources, multiples definition
of a single acronym, correct behaviour for older browsers, definition
of acronyms shared by many documents are thus possible.

	Ay.

Received on Friday, 11 July 1997 03:06:08 UTC