table object, HTMLTableElement,
889–891
tables, mapping HTML-to-DOM,
273
tagName property, HTMLElement object,
256
tBody object, HTMLTableElement,
891
td object, HTMLCellElement,
892–893
technology, browser detection,
539–544
termination, semicolons and returns and,
76–77
test( ) method, RegExp object,
203
text
node manipulation methods,
270
Text object, HTMLInputElement,
893–894
textarea object, HTMLTextAreaElement,
894–895
<textarea>
correspondence to textarea object,
894
spelling correction feature,
592–594
TextNode object, document objects,
895–896
TextRange object, proprietary browser objects,
896–898
TextRectangle object, proprietary browser objects,
898–899
tFoot object, HTMLTableElement,
891
th object, HTMLCellElement,
892–893
tHead object, HTMLTableElement,
891
threads, remote JavaScript,
588
throw. See also try...catch statements
timeout methods, Window object,
368
title object, HTMLTitleElement,
899
toLocaleString( ) method, Array object,
170
toLowerCase( ) method, String object,
184
toSource( ) method, Array object,
170
toString( ) method
methods common to all objects,
145–146
tr object, HTMLTableRowElement,
899–900
true/false, in Boolean statements,
57–58
Trusted Sites, security policies,
685–686
truth tables, for bitwise operators,
82
try/catch/finally block structure,
748
type attribute, <script>,
7–8
conversion rules for primitive types,
65–66
JavaScript-driven applets and,
563
promoting primitive types to objects,
66–67
typeof operator
data type examination with,
63