- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 Dec 2013 19:33:32 +0000
- To: public-html-a11y@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19277
Edward O'Connor <eoconnor@apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX
--- Comment #30 from Edward O'Connor <eoconnor@apple.com> ---
(In reply to James Craig from comment #23)
> Can you clarify your objection to making it an author error/warning to
> diplay content marked as [hidden]?
I think the spec is already clear on this point, and what you're asking for is
actually a bug report / feature request for the W3C's suite of validator tools.
It's for the whole suite, not just the HTML validator, because of this:
foo.html:
<link rel=stylesheet href=foo.css>
<h1 hidden>hi</h1>
foo.css:
h1 {
  display: block !important;
}
So, given that (1) doesn't really apply to the spec and (2) is (or should be)
captured by bug 18574, I'm restoring the original resolution of this bug.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 10 December 2013 19:33:34 UTC