Short Tags and (ui standards)

james anderson James.Anderson at mecom.mixx.de
Thu May 14 18:24:17 BST 1998


Michael Alaly wrote:
> 
> <PARA>This text is <EMPHASIS>more</EMPHASIS> readable than <UNDERLINE>the
> <EMPHASIS>next <SUPERSCRIPT>example</SUPERSCRIPT></EMPHASIS>, and is easier
> for a human to process and follow.</UNDERLINE></PARA>
> 
> <PARA>This text is <EMPHASIS>LESS</> readable than <UNDERLINE>the
> <EMPHASIS>previous<SUPERSCRIPT>example</></>, and is easier for a human to
> process and follow.</></>
> 
IF i have to read marked up source, then i try to make sure that it looks more like

 <PARA>
   This text is <EMPHASIS>more</EMPHASIS> readable than
   <UNDERLINE><EMPHASIS>either <SUPERSCRIPT>example</SUPERSCRIPT></EMPHASIS>,
     and is easier for a human to process and follow.</UNDERLINE></PARA>

which is not markedly easier to read than this

 <PARA>
   This text is <EMPHASIS>NO</> less readable than the previous example and easier
   to read than
   <UNDERLINE>either of the <EMPHASIS>running-text<SUPERSCRIPT>examples</></>,
     should it be necssary for a human to process and follow it.</></>

and, in either case, significantly better than running text with strictly
width-constrained line-breaks. if you really have to read marked up source,
you're working against the odds unless it's the shape of the text body, not
the content of the end tag, which matters.

the more general point is that, the argument for long tags <em>for the purpose
of human readability</> has little credibility, since one should place minimal
standards on the tools which present the marked up source to do so in a way
(ie with meaningful justification) which, as a side-effect, renders the end
tag content redundant.

i don't have to do with many editors, but the one which i do use (visual page)
tends to enforce such ("pretty printing") conventions. which i think was the
correct decision and well worth the extra implementation effort.

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list