[Bug 12881] "is expected to hide it" is a bit vague. Clarify that it means display:none.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12881

--- Comment #3 from L. David Baron <dbaron@dbaron.org> 2011-08-10 19:54:05 UTC ---
Well, our UA style sheet has:

audio:not([controls]) {
  display: none;
}

It's not clear to me why it needs to be magical and non-overridable, but
display:none sounds fine.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 10 August 2011 19:54:11 UTC