- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Apr 2013 18:29:47 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21583
Bug ID: 21583
Summary: Section 3.2.1 Semantics - Non conforming, despite
being syntactically correct
Classification: Unclassified
Product: HTML.next
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: default
Assignee: dave.null@w3.org
Reporter: devarshipant@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, robin@w3.org
Refer to the first code snippet that states "non-conforming, despite being
syntactically correct." Note that JAWS 13 / IE8 combination will not pick this
up as a data table. Could someone share which AT (or browser) combination
detected this as a table?
<!DOCTYPE HTML>
<html lang="en-GB">
<head> <title> Demonstration </title> </head>
<body>
<table>
<tr> <td> My favourite animal is the cat. </td> </tr>
<tr>
<td>
—<a href="http://example.org/~ernest/"><cite>Ernest</cite></a>,
in an essay from 1992
</td>
</tr>
</table>
</body>
</html>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 4 April 2013 18:29:57 UTC