User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.
| Depr. | Version |
|---|---|
| Yes | N/A |
Using the
hidden attribute (set to
"true"), it is possible to hide any visual element that
may otherwise appear with the embedded content. Typically it may be used
for audio content whereby not including the attribute would
result in the transport controls (play, pause, etc) being visible
underneath the audio.
The hidden
attribute set to "true" to hide the transport control
on some audio:
<embed src="Crash.wav" hidden="true"></embed>
"true" or
"false" only.
Browser support is patchy. Some browsers were effective in hiding the transport controls while others hid the controls but still reserved a large space on the page for invisible content. Best advice is to avoid using this attribute unless you are absolutely sure of the browsers that your audience are using (for example, an Intranet).
There are no comments yet.
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.
SitePoint HTML Reference » Learn HTML5 shortcuts, get help with HTML Elements, Tags, HTML Color Code, HTML Table - Tutorials on HTML5 and much more
The contents of this webpage are copyright © 1998-2013 SitePoint Pty. Ltd. All Rights Reserved.
Web Design & Development by SitePoint, Melbourne, Australia – 99designs.com