﻿<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
	<title>Some CSS related bugs in Opera 9</title>
	<style type="text/css">
	html
		{background-color:teal;
		padding:2%;
		font-family:serif;}
	div
		{background-color:#88bbbb}
	ol
		{display:table;}
	ol li
		{display:table-row;
		counter-increment:bug;}
	ol a
		{display:table-cell;
		padding:0.5ex;}
	ol li:before 
		{content: "Bug " counter(bug, decimal-leading-zero) ":";
		display:table-cell;
		padding-right:1ex;}
	body > div
		{border-width:1px 3px 3px 1px;
		border-style:solid;
		margin-bottom:5mm;
		padding: 5mm;}
	h1
		{font-size:150%;}
	a:link
		{color:black;
		text-decoration:underline;}
	a:visited
		{text-decoration:line-through;}
	a:hover
		{background-color:yellow;
		text-decoration:none;}
	input, textarea
		{background-color:#dddddd;}
	</style>
	</head>
<body>
<div>
<h1>Some CSS related bugs in Opera 9 (Weekly Build 8490)</h1>
<ol>
<li>
Some list related bugs 
<a href="bug03.xhtml">Test Page</a> and 
<a href="bug03.pdf">PDF Reference</a>
</li>
<li>
Buggy white space handling 
<a href="bug04.xhtml">Test Page</a> and 
<a href="bug04.pdf">PDF Reference</a>
</li>
<li>
White space is processed incorrectly 
<a href="bug06.xhtml">Test Page</a> and 
<a href="bug06.pdf">PDF Reference</a>
</li>
<li>
Absolute positioning is broken
<a href="bug07.xhtml">Test Page</a> and 
<a href="bug07.pdf">PDF Reference</a>
</li>
<li>
XHTML body background propagates to canvas 
<a href="bug10.xhtml">Test Page</a> and 
<a href="bug10.pdf">PDF Reference</a>
</li>
<li>
Can't print page with inline tables
<a href="bug13.xhtml">Test Page</a> and 
<a href="bug13.pdf">PDF Reference</a>
</li>
<li>
Nested inline tables overflow
<a href="bug14.xhtml">Test Page</a> and 
<a href="bug14.pdf">PDF Reference</a>
</li>
<li>
Attribute value normalization does not work properly
<a href="bug19.xml">Test Page</a> and 
<a href="bug19.pdf">PDF Reference</a>
</li>
<li>
Problems with vertical-align:text-bottom
<a href="bug20.xml">Test Page</a> and 
<a href="bug20.pdf">PDF Reference</a>
</li>
</ol>
</div>
<div>
<h2 id="links">Related sites</h2>
<ul>
<li><a href="http://tom.me.uk/bugs/opera/">Browser Bugs - Opera 7</a></li>
<li><a href="http://koral.bg/siddhartha/operabugs/demo2.html">Border redraw bug</a></li>
<li><a href="http://www.gtalbot.org/BrowserBugsSection/Opera9Bugs/">Bugs in Opera 9 for Windows</a></li>
<li><a href="http://www.scss.com.au/family/andrew/o7/bugs/">Bugs and other issues</a></li>
<li><a href="http://www.designdetector.com/articles/results.html">CSS 2 Test Suite Failures Results</a></li>
<li><a href="http://stargate.gamca.sk/~rejdi/">Opera bugs</a></li>
<li><a href="http://www.lutz-peter.hoogi.de/extern/Opera/">Opera 7 bugs</a></li>
<li><a href="http://nontroppo.org/wiki/Opera7CSSIssues">Opera 7 CSS Issues</a></li>
<li><a href="http://trance-muzik.ath.cx/es/opera/index.html">Opera's BiDi Bugs</a></li>
<li><a href="http://bugs.opera.com/bugreport.cgi"><strong>Opera Bug Report Form</strong></a></li>
<li><a href="http://old.almater.ru/opera4.html">Opera bugs demonstration</a></li>
<li><a href="http://www.literarymoose.info/=/opera/bugs.xhtml">Opera Bugs List I</a></li>
<li><a href="http://public.scott.dev.vbulletin.com/opera/">Opera Bugs List II</a></li>
<li><a href="http://www.positioniseverything.net/op-omnibus.html">Opera Omnibus</a></li>
<li><a href="http://stefan.huberdoc.at/opera/">Opera without Songs?</a></li>
<li><a href="http://bugs.blaut.biz">Quiris's Bug Farm</a></li>
</ul>
</div>

<div>
Site is maintained by <a href="http://www.geocities.com/chavchan/home.xhtml">George Chavchanidze</a>
</div>
</body>
</html>
