HTML and CSS Reference
In-Depth Information
onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit,
onsuspend, ontimeupdate, onvolumechange, onwaiting
Example
<nav>
<ul>
<li><a href="about.html"> About </a></li>
<li><a href="services.html"> Services </a></li>
<li><a href="contact.html"> Contact </a></li>
<li><a href="index.html"> Home </a></li>
</ul>
</nav>
Compatibility
HTML5 Not currently supported by any browser, but addressed with a custom element.
Notes
• Links are not restricted to occur solely within <nav> tags. The intent of this element
is that it collects navigation together often as a unit; commonly this would be primary
or secondary site navigation or possibly page-related links.
• While this element is not yet supported, it is easily simulated by using a custom tag
or using a <div> tag with a special class.
<nobr> (No Line Breaks)
This proprietary element renders enclosed text without line breaks. Break points for where
text may wrap can be inserted using the wbr element or related workarounds.
Common Syntax
<nobr
class="class name(s)"
id="unique alphanumeric identifier"
style="style information"
title="advisory text">
</nobr>
Attributes Defined by Internet Explorer
contenteditable=" false | true | inherit " (5.5)
dir="ltr | rtl" (5.5)
disabled="false | true" (5.5)
unselectable="on | off" (5.5)
Events Defined by Internet Explorer
onbeforeactivate, onbeforecopy, onbeforecut, onbeforeedit, onbeforepaste,
oncopy, oncut, ondrag, ondragend, ondragenter, ondragleave, ondragover,
ondragstart, ondrop, onfocusin, onfocusout, onhelp, onlosecapture,
onmouseenter, onmouseleave, onmousewheel, onpaste, onpropertychange,
onreadystatechange, onscroll, onselectstart
Search WWH ::




Custom Search