Closed
Bug 379376
Opened 18 years ago
Closed 18 years ago
problem with display of (x)html
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 147856
People
(Reporter: spooky85, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
hello
i've written a simple xthml page to learn xhtml.
i think there is a bug.
if i want watch my page is see a border like screen on top,bottom,r/l.
on opera or similar that looks ok.
but not in firefox 2 and 3 alpha.
here is my page source:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--[if IE]>
<meta http-equiv="refresh" content="0; URL=http://www.mozilla-europe.org/" />
<![endif]-->
<meta name="description" content="(x)html tests" />
<!-- lang="LANG" fuer keywords moeglich -->
<!-- <meta name="keywords" content=""> -->
<meta name="date" content="2007-04-19T00:00:00+02:00" />
<meta name="robots" content="noindex" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="expires" content="0" />
<style type="text/css">
body { background-color:#663333; color:#FFCC99; }
a:link { color:#FF9966; }
a:visited { color:#FF9900; }
a:active { color:#FFFFFF; }
</style>
<title>idle's public page</title>
</head>
<body>
<h1><a id="top">some (x)html tests</a></h1>
<p>some validation tests with <br> and <br />.
<br />
ok i think i should use <br /> instead of <br>.
<br /><br />
<del>UPDATE: mhh <br /> ok but why isn't <hr /> valid?</del><br />
i use now xhtml and there it is valid.
</p>
<p><del>and here a simple list...</del></p>
<p>here a simple example of <pre><code></code></pre>:</p>
<pre>
<code>
.sub foo
# Trivial example
print "Hello world!\n"
.end
</code>
</pre>
<hr />
<p>lol a few minutes ago a take this quiz:<br />
<a href="http://www.nerdtests.com/ft_cg.php?im"><img
style="border:0;width:200px;height:127px;"
src="http://www.nerdtests.com/images/ft/cg.php?val=0848"
alt="My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!" /></a>
</p>
<p>ok here a simple table test with border >0<br /></p>
<table border="1">
<tr>
<th>VAR</th>
<th>=</th>
<th>VALUE</th>
</tr>
<tr>
<td>$foo</td>
<td>=</td>
<td>$bar</td>
</tr>
</table>
<p>here a table with border=0<br /></p>
<table border="0">
<tr>
<th>VAR</th>
<th>=</th>
<th>VALUE</th>
</tr>
<tr>
<td>$foo</td>
<td>=</td>
<td>$bar</td>
</tr>
</table>
<p>another table<br /></p>
<table border="1" rules="groups">
<thead>
<tr>
<th>VAR</th>
<th> </th>
<th>VALUE</th>
</tr>
</thead>
<tfoot>
<tr>
<td><i>1</i></td>
<td><i>=</i></td>
<td><i>2</i></td>
</tr>
</tfoot> <tbody>
<tr>
<td>$foo</td>
<td>=</td>
<td>$bar</td>
</tr>
</tbody>
</table>
<p>ok now a <a href="http://de.selfhtml.org/html/verweise/definieren.htm#beispiele">anchor test</a>.</p>
<p><a href="#top">TOP</a></p>
<div>
<a href="http://validator.w3.org/check?uri=referer;ss=1;verbose=1"><img
style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img
style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" /></a>
</div>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•