<?xml version='1.0' encoding='iso-8859-1'?><?xml-stylesheet type='text/xsl' href='https://w3future.com/w3f/w3f.xsl' ?>
<html xmlns="http://www.w3.org/2002/06/xhtml2" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xf="http://www.w3.org/2002/xforms/cr" xml:lang="en" xml:base="https://w3future.com/weblog/2002/11/23.xml">
<head>
<title>Saturday, November 23, 2002 - Sjoerd Visscher's weblog</title>
<link rel="meta" type="application/rdf+xml" title="FOAF" href="https://w3future.com/people/sjoerd_visscher/foaf.rdf" />
</head>
<body>
<section id="content">
	<h>Sjoerd Visscher's weblog</h>
	<p>Pondering those web technologies that may change the future of the world wide web.</p>
	<section id="note">
		<h>Last Update</h>
		<p>10/16/2005; 1:24:36 AM</p>
		<p id="alternates" class="buttons">
			<l href="https://w3future.com/weblog/2002/11/23.xml?notransform" rel="alternate" type="application/xml" title="See this web page with XHTML 2.0 technology."><span>Try</span> XHTML 2.0</l>
			<l href="view-source:https://w3future.com/weblog/2002/11/23.xml?notransform" title="View the XHTML 2.0 source of this page."><span>Src</span> XHTML 2.0</l>
			<l href="https://w3future.com/tools/xr.pl?xr=https://w3future.com/xr/w3f.xml&amp;xml=https://w3future.com/weblog/2002/11/23.xml%3Fnotransform" rel="meta" type="application/rdf+xml" title="RDF metadata"><span>RDF</span> Metadata</l>
		</p>
		<xi:include href="https://w3future.com/w3f/buttons.xml" />
	</section><section>
  <h><a rel='prev' href='https://w3future.com/weblog/2002/11/14.xml#a142' title='Thursday, November 14, 2002'>&lt;&#160;</a><a href="https://w3future.com/weblog/2002/11/23.xml">Saturday, November 23, 2002</a><a rel='next' href='https://w3future.com/weblog/2002/11/25.txt#a144' title='Monday, November 25, 2002'>&#160;&gt;</a></h>
<a name="a143"></a>
<section id="a143">
<h id='tagSoup'><a href="https://w3future.com/weblog/2002/11/23.xml#a143" class="weblogItemTitle">Tag Soup</a></h>
<p><a href="http://ln.hixie.ch/?start=1037910467&amp;count=1">Hixie</a> is showing how browsers handle tag soup. The way IE does it, is a serious problem for <a href="http://xopus.org">Xopus</a>. Xopus allows pasting of HTML. Unfortunately tools like Outlook paste HTML like this:</p><p><code>&lt;P>text&lt;FONT COLOR=#0000FF>&lt;P>text&lt;P>text&lt;/FONT></code></p><p>Xopus then walks the DOM tree. The parent element has 3 <code>&lt;P></code> elements. The first <code>&lt;P></code> element has 2 childnodes, a textnode and a <code>&lt;FONT></code> element. But then when you ask IE's DOM the childnodes of the <code>&lt;FONT></code> element, it gives the last 2 <code>&lt;P></code> elements, again. Xopus can validate this, to get proper XHTML, but rule no.1 of the validation routine is to never throw away content. The result: pasting from Outlook sometimes gives you part of the text twice. Those are the bugs you just don't want to fix...</p>
</section>
</section>
<xi:include href='https://w3future.com/tools/rdf.php?about=https://w3future.com/weblog/2002/11/23.xml' /></section>
<section id="navigation"><xi:include href="https://w3future.com/w3f/sections.xml" /></section>
<section id="sidebar"><xi:include href="https://w3future.com/weblog/sidebars/weblog.opml" /></section>
</body>
</html>
