~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to test/output/out_540571.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <meta name="generator" content="HTML Tidy for Windows (vers 1st May 2002), see www.w3.org" />
 
4
 
 
5
    <title>#540571 Inconsistent behaviour with span inline element</title>
 
6
  </head>
 
7
 
 
8
  <body>
 
9
    <h1>
 
10
      <font color="red">Hello World</font>
 
11
    </h1>
 
12
 
 
13
    <p>The font inline is moved so it becomes a child of the h1 element.</p>
 
14
 
 
15
    <h1>
 
16
      <span color="red">Hello World</span>
 
17
    </h1>
 
18
 
 
19
    <p>The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more.</p>
 
20
  </body>
 
21
</html>
 
22