Name

B, BIG, I, S, SMALL, STRIKE, TT, U — NN n/a IE 4 DOM 1

Synopsis

All these objects reflect the HTML font style elements of the same name. Each of these elements specifies a rendering style for an inline sequence of content. All the elements are deprecated in HTML 4.0 in favor of style sheet attributes. See the HTML element descriptions in Chapter 8 for details. From a scripted standpoint, all font style element objects share the same set of properties, methods, event handlers, and collections.

HTML Equivalent

<B>
<BIG>
<I>
<S>
<SMALL>
<STRIKE>
<TT>
<U>

Object Model Reference

IE

[window.]document.all. elementID

Properties

className

isTextEdit

offsetLeft

outerHTML

sourceIndex

document

lang

offsetParent

outerText

style

id

language

offsetTop

parentElement

tagName

innerHTML

offsetHeight

offsetWidth

parentTextEdit

title

innerText

    

Methods

click( )

insertAdjacentHTML( )

scrollIntoView( )

contains( )

insertAdjacentText( )

setAttribute( )

getAttribute( )

removeAttribute( )

 

Collections/Arrays

all[]

children[]

filters[]

Event Handler Properties

Handler

NN

IE

DOM

onclick

n/a

4

n/a

ondblclick

n/a

4

n/a

ondragstart

n/a

4

n/a

onfilterchange

n/a

4

n/a

onhelp

n/a

4

n/a

onkeydown

n/a

4

n/a

onkeypress

n/a

4

n/a

onkeyup

n/a

4

n/a

onmousedown

n/a

4

n/a

onmousemove

n/a

4

n/a

onmouseout

n/a

4

n/a

onmouseover

n/a ...

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.