246 |
@@@@@lang:en |
@@@@@lang:en |
247 |
@@@@@@: |
@@@@@@: |
248 |
There is no node with such a <P:name>. |
There is no node with such a <P:name>. |
249 |
|
@@SpecLeve[list]: |
250 |
|
1 |
251 |
|
2 |
252 |
|
|
253 |
ImplNote: |
ImplNote: |
254 |
@@lang:en |
@@lang:en |
617 |
@@@@@: |
@@@@@: |
618 |
A collection of the element whose <HA:name> matches |
A collection of the element whose <HA:name> matches |
619 |
with <P:elementName>. |
with <P:elementName>. |
620 |
|
@Method: |
621 |
|
@@Name:getElementById |
622 |
|
@@Description: |
623 |
|
@@@lang:en |
624 |
|
@@@@: |
625 |
|
Return the <IF:Element> whose <A:id> is given by |
626 |
|
<P:elementId>. Behavior is not defined if more than |
627 |
|
one elements has this <P:elementId>. |
628 |
|
\ |
629 |
|
{NOTE:: This method was first defined in the <IF:HTMLDocument> |
630 |
|
interface of DOM Level 1 but it has moved to |
631 |
|
the <Module:DOMCore> module in DOM Level 2. |
632 |
|
\ |
633 |
|
} |
634 |
|
@@Param: |
635 |
|
@@@Name:elementId |
636 |
|
@@@Type: |
637 |
|
DOMMain:DOMString |
638 |
|
@@@Description: |
639 |
|
@@@@lang:en |
640 |
|
@@@@@: |
641 |
|
The unique identifier of the element to retrieve. |
642 |
|
@@Return: |
643 |
|
@@@Type: |
644 |
|
DOMCore:Element |
645 |
|
@@@Description: |
646 |
|
@@@@lang:en |
647 |
|
@@@@@:The matching element. |
648 |
|
@@SpecLevel:1 |
649 |
|
@@Condition:DOM1 |
650 |
@ImplNote: |
@ImplNote: |
651 |
@@lang:en |
@@lang:en |
652 |
@@@: |
@@@: |
653 |
TODO: <M:HTMLDocument.getElementById> has moved to |
{P:: The following properties in DOM Level 0 have been deprecated |
654 |
<IF:Document> interface. Some note and |
by DOM HTML Specifications in favor of the corresponding |
655 |
implementation for DOM Level 1 HTML required. |
attributes in <IF:HTMLBodyElement> interface: |
656 |
|
\ |
657 |
|
- <A:alinkColor> |
658 |
|
\ |
659 |
|
- <A:background> |
660 |
|
\ |
661 |
|
- <A:bgColor> |
662 |
|
\ |
663 |
|
- <A:fgColor> |
664 |
|
\ |
665 |
|
- <A:linkColor> |
666 |
|
\ |
667 |
|
- <A:vlinkColor> |
668 |
|
\ |
669 |
|
} |
670 |
##IF:HTMLDocument |
##IF:HTMLDocument |
671 |
|
|
672 |
ImplNote: |
ImplNote: |
708 |
are derived from this interface. |
are derived from this interface. |
709 |
|
|
710 |
@ISA: Element |
@ISA: Element |
711 |
@Role: |
@ElementType: |
712 |
@@@: |
@@QName: |
713 |
DOMCore:Element |
xhtml1:sub |
714 |
@@compat: |
\##TODO: rewrite this |
|
ManakaiDOMCore:Element |
|
|
@@html-element-type:sub |
|
715 |
@@html-element-type:sup |
@@html-element-type:sup |
716 |
@@html-element-type:span |
@@html-element-type:span |
717 |
@@html-element-type:bdo |
@@html-element-type:bdo |
739 |
@@html-element-type:noscript |
@@html-element-type:noscript |
740 |
@@html-element-type:address |
@@html-element-type:address |
741 |
@@html-element-type:center |
@@html-element-type:center |
742 |
@@element-type: |
@ElementType: |
743 |
|
@@QName: |
744 |
xhtml1:* |
xhtml1:* |
745 |
|
@ImplNote: |
746 |
|
@@lang:en |
747 |
|
@@@: |
748 |
|
The DOM Level 1 First and Second Editions said that the <HE:head> |
749 |
|
element belongs to this category - it is considered as |
750 |
|
an error, since there is the <IF:HTMLHeadElement>. |
751 |
|
|
752 |
@Attr: |
@Attr: |
753 |
@@Name: id |
@@Name: id |
821 |
@@@lang:en |
@@@lang:en |
822 |
@@@@: |
@@@@: |
823 |
Some element in HTML 4/XHTML 1.0 does not have <HA:class> attribute. |
Some element in HTML 4/XHTML 1.0 does not have <HA:class> attribute. |
824 |
|
|
825 |
|
@ImplNote: |
826 |
|
@@lang:en |
827 |
|
@@@: |
828 |
|
The <A:HTMLElement.style> is reserved by DOM Level 1 First Edition |
829 |
|
for future use. It is used later in DOM Level 2 CSS Module. |
830 |
##IF:HTMLElement |
##IF:HTMLElement |
831 |
|
|
832 |
IF: |
IF: |
1529 |
@@@Type: DOMString |
@@@Type: DOMString |
1530 |
|
|
1531 |
IF: |
IF: |
1532 |
|
@Name:HTMLBlockquoteElement |
1533 |
|
@ISA:HTMLElement |
1534 |
|
#@ElementType: |
1535 |
|
# @@QName: |
1536 |
|
# xhtml1:blockquote |
1537 |
|
@Description: |
1538 |
|
@@lang:en |
1539 |
|
@@@: |
1540 |
|
The <IF:HTMLBlockquoteElement> interface was contained |
1541 |
|
in the DOM Level 1 First Edition by error. The |
1542 |
|
<IF:HTMLQuoteElement> interface should must used instead. |
1543 |
|
<SRC:DOM Level 1 Errata> |
1544 |
|
@Attr: |
1545 |
|
@@Name:cite |
1546 |
|
@@DocAttr: |
1547 |
|
@@@Name:cite |
1548 |
|
@@Get: |
1549 |
|
@@@Type: |
1550 |
|
DOMMain:DOMString |
1551 |
|
@@Set: |
1552 |
|
@@@Type: |
1553 |
|
DOMMain:DOMString |
1554 |
|
@Condition:DOM1 |
1555 |
|
|
1556 |
|
IF: |
1557 |
@Name: HTMLQuoteElement |
@Name: HTMLQuoteElement |
1558 |
@ISA: HTMLElement |
@ISA: HTMLElement |
1559 |
@ElementType: |
@ElementType: |
1650 |
@@ImplNote: |
@@ImplNote: |
1651 |
@@@lang:en |
@@@lang:en |
1652 |
@@@@: |
@@@@: |
1653 |
TODO: Computed value should be returned. |
TODO: Computed value should be returned. |
1654 |
|
In DOM Level 1, it was <EM:not> the computed value |
1655 |
|
and the type was <TYPE:DOMString>. |
1656 |
@@Set: |
@@Set: |
1657 |
@@@Type: |
@@@Type: |
1658 |
DOMMain:long |
DOMMain:long |
2212 |
@Attr: |
@Attr: |
2213 |
@@Name: hspace |
@@Name: hspace |
2214 |
@@DocAttr: |
@@DocAttr: |
2215 |
@@@Name:gspace |
@@@Name:hspace |
2216 |
@@@DeprecatedBy: |
@@@DeprecatedBy: |
2217 |
DOMHTML:HTML4 |
DOMHTML:HTML4 |
2218 |
@@Get: |
@@Get: |
2428 |
@@Set: |
@@Set: |
2429 |
@@@Type: |
@@@Type: |
2430 |
DOMMain:long |
DOMMain:long |
2431 |
|
@@ImplNote: |
2432 |
|
@@@lang:en |
2433 |
|
@@@@: |
2434 |
|
The type was <TYPE:DOMString> in DOM Level 1. |
2435 |
@@Level[list]: |
@@Level[list]: |
2436 |
1 |
1 |
2437 |
2 |
2 |
2460 |
@@@Type: DOMString |
@@@Type: DOMString |
2461 |
@@Level[list]: |
@@Level[list]: |
2462 |
1 |
1 |
|
2 |
|
2463 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
2464 |
1 |
1 |
2465 |
2 |
2 |
2475 |
@@Set: |
@@Set: |
2476 |
@@@Type: |
@@@Type: |
2477 |
DOMMain:long |
DOMMain:long |
2478 |
|
@@ImplNote: |
2479 |
|
@@@lang:en |
2480 |
|
@@@@: |
2481 |
|
The type was <TYPE:DOMString> in DOM Level 1. |
2482 |
@@Level[list]: |
@@Level[list]: |
2483 |
1 |
1 |
2484 |
2 |
2 |
2738 |
The given element is not a <HE:caption>. |
The given element is not a <HE:caption>. |
2739 |
@@Level[list]: |
@@Level[list]: |
2740 |
1 |
1 |
|
2 |
|
2741 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
2742 |
1 |
1 |
2743 |
2 |
2 |
2770 |
The given element is not a <HE:thead>. |
The given element is not a <HE:thead>. |
2771 |
@@Level[list]: |
@@Level[list]: |
2772 |
1 |
1 |
|
2 |
|
2773 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
2774 |
1 |
1 |
2775 |
2 |
2 |
2803 |
The given element is not a <HE:tfoot>. |
The given element is not a <HE:tfoot>. |
2804 |
@@Level[list]: |
@@Level[list]: |
2805 |
1 |
1 |
|
2 |
|
2806 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
2807 |
1 |
1 |
2808 |
2 |
2 |
2998 |
@@@@@lang:en |
@@@@@lang:en |
2999 |
@@@@@@: |
@@@@@@: |
3000 |
The new row is appended. |
The new row is appended. |
3001 |
|
@@@@SpecLevel:2 |
3002 |
@@@InCase: |
@@@InCase: |
3003 |
@@@@Label: |
@@@@Label: |
3004 |
@@@@@lang:en |
@@@@@lang:en |
3008 |
@@@@@lang:en |
@@@@@lang:en |
3009 |
@@@@@@: |
@@@@@@: |
3010 |
The new row is appended. |
The new row is appended. |
3011 |
|
@@@@SpecLevel:2 |
3012 |
@@Return: |
@@Return: |
3013 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
3014 |
@@@Description: |
@@@Description: |
3026 |
@@@@@@@: |
@@@@@@@: |
3027 |
The <P:index> is greater than the number of rows |
The <P:index> is greater than the number of rows |
3028 |
or less than <DOM:-1>. |
or less than <DOM:-1>. |
3029 |
|
@@@@SpecLevel:2 |
3030 |
|
@@@@ImplNote: |
3031 |
|
@@@@@lang:en |
3032 |
|
@@@@@@: |
3033 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3034 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3035 |
@@Level[list]: |
@@Level[list]: |
3036 |
1 |
1 |
3037 |
2 |
2 |
3058 |
@@@@@lang:en |
@@@@@lang:en |
3059 |
@@@@@@: |
@@@@@@: |
3060 |
The last row in the table is deleted. |
The last row in the table is deleted. |
3061 |
|
@@@@SpecLevel:2 |
3062 |
@@@ImplNote: |
@@@ImplNote: |
3063 |
@@@@lang:en |
@@@@lang:en |
3064 |
@@@@@: |
@@@@@: |
3077 |
The <P:index> is greater than or equal to |
The <P:index> is greater than or equal to |
3078 |
the number of rows or the <P:index> is |
the number of rows or the <P:index> is |
3079 |
less than <DOM:-1>. |
less than <DOM:-1>. |
3080 |
|
@@@@SpecLevel:2 |
3081 |
|
@@@@ImplNote: |
3082 |
|
@@@@@lang:en |
3083 |
|
@@@@@@: |
3084 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3085 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3086 |
@@Level[list]: |
@@Level[list]: |
3087 |
1 |
1 |
3088 |
2 |
2 |
3243 |
@@@@@lang:en |
@@@@@lang:en |
3244 |
@@@@@@: |
@@@@@@: |
3245 |
The new row is appended. |
The new row is appended. |
3246 |
|
@@@@SpecLevel:2 |
3247 |
@@@InCase: |
@@@InCase: |
3248 |
@@@@Label: |
@@@@Label: |
3249 |
@@@@@lang:en |
@@@@@lang:en |
3252 |
@@@@@lang:en |
@@@@@lang:en |
3253 |
@@@@@@: |
@@@@@@: |
3254 |
The new row is appended. |
The new row is appended. |
3255 |
|
@@@@SpecLevel:2 |
3256 |
@@Return: |
@@Return: |
3257 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
3258 |
@@@Description: |
@@@Description: |
3270 |
@@@@@@@: |
@@@@@@@: |
3271 |
The <P:index> is greater than the number |
The <P:index> is greater than the number |
3272 |
of rows or less than <DOM:-1>. |
of rows or less than <DOM:-1>. |
3273 |
|
@@@@SpecLevel:2 |
3274 |
|
@@@@ImplNote: |
3275 |
|
@@@@@lang:en |
3276 |
|
@@@@@@: |
3277 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3278 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3279 |
@@Level[list]: |
@@Level[list]: |
3280 |
1 |
1 |
3281 |
2 |
2 |
3304 |
@@@@@lang:en |
@@@@@lang:en |
3305 |
@@@@@@: |
@@@@@@: |
3306 |
Delete the last row. |
Delete the last row. |
3307 |
|
@@@@SpecLevel:2 |
3308 |
@@Return: |
@@Return: |
3309 |
@@@Exception: |
@@@Exception: |
3310 |
@@@@Name: INDEX_SIZE_ERR |
@@@@Name: INDEX_SIZE_ERR |
3319 |
The <P:index> is greater than or equal to |
The <P:index> is greater than or equal to |
3320 |
the number of rows or the <P:index> is less |
the number of rows or the <P:index> is less |
3321 |
than <DOM:-1>. |
than <DOM:-1>. |
3322 |
|
@@@@SpecLevel:2 |
3323 |
|
@@@@ImplNote: |
3324 |
|
@@@@@lang:en |
3325 |
|
@@@@@@: |
3326 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3327 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3328 |
@@Level[list]: |
@@Level[list]: |
3329 |
1 |
1 |
3330 |
2 |
2 |
3355 |
@@Get: |
@@Get: |
3356 |
@@@Type: |
@@@Type: |
3357 |
DOMMain:long |
DOMMain:long |
3358 |
|
@@ImplNote: |
3359 |
|
@@@lang:en |
3360 |
|
@@@@: |
3361 |
|
Writable in DOM Level 1 FE, with no description - |
3362 |
|
fixed in the Errata. |
3363 |
@@Level[list]: |
@@Level[list]: |
3364 |
1 |
1 |
|
2 |
|
3365 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
3366 |
1 |
1 |
3367 |
2 |
2 |
3375 |
@@Get: |
@@Get: |
3376 |
@@@Type: |
@@@Type: |
3377 |
DOMMain:long |
DOMMain:long |
3378 |
|
@@ImplNote: |
3379 |
|
@@@lang:en |
3380 |
|
@@@@: |
3381 |
|
Writable in DOM Level 1 FE, with no description. |
3382 |
@@Level[list]: |
@@Level[list]: |
3383 |
1 |
1 |
|
2 |
|
3384 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
3385 |
1 |
1 |
3386 |
2 |
2 |
3391 |
@@@@:The collection of cells in this row. |
@@@@:The collection of cells in this row. |
3392 |
@@Get: |
@@Get: |
3393 |
@@@Type: HTMLCollection |
@@@Type: HTMLCollection |
3394 |
|
@@ImplNote: |
3395 |
|
@@@lang:en |
3396 |
|
@@@@: |
3397 |
|
Writable in DOM Level 1 FE, with no description. |
3398 |
@@Level[list]: |
@@Level[list]: |
3399 |
1 |
1 |
|
2 |
|
3400 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
3401 |
1 |
1 |
3402 |
2 |
2 |
3462 |
@@@@Description: |
@@@@Description: |
3463 |
@@@@@lang:en |
@@@@@lang:en |
3464 |
@@@@@@:The new cell is appended. |
@@@@@@:The new cell is appended. |
3465 |
|
@@@@SpecLevel:2 |
3466 |
@@@InCase: |
@@@InCase: |
3467 |
@@@@Label: |
@@@@Label: |
3468 |
@@@@@lang:en |
@@@@@lang:en |
3470 |
@@@@Description: |
@@@@Description: |
3471 |
@@@@@lang:en |
@@@@@lang:en |
3472 |
@@@@@@:The new cell is appended. |
@@@@@@:The new cell is appended. |
3473 |
|
@@@@SpecLevel:2 |
3474 |
@@Return: |
@@Return: |
3475 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
3476 |
@@@Description: |
@@@Description: |
3488 |
@@@@@@@: |
@@@@@@@: |
3489 |
The <P:index> is greater than the number of |
The <P:index> is greater than the number of |
3490 |
cells or less than <DOM:-1>. |
cells or less than <DOM:-1>. |
3491 |
|
@@@@SpecLevel:2 |
3492 |
|
@@@@ImplNote: |
3493 |
|
@@@@@lang:en |
3494 |
|
@@@@@@: |
3495 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3496 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3497 |
@@Level[list]: |
@@Level[list]: |
3498 |
1 |
1 |
3499 |
2 |
2 |
3520 |
@@@@@lang:en |
@@@@@lang:en |
3521 |
@@@@@@: |
@@@@@@: |
3522 |
The last cell is deleted. |
The last cell is deleted. |
3523 |
|
@@@@SpecLevel:2 |
3524 |
@@Return: |
@@Return: |
3525 |
@@@Exception: |
@@@Exception: |
3526 |
@@@@Name: INDEX_SIZE_ERR |
@@@@Name: INDEX_SIZE_ERR |
3534 |
@@@@@@@: |
@@@@@@@: |
3535 |
THe <P:index> is greater than or equal to the number |
THe <P:index> is greater than or equal to the number |
3536 |
of the cells or less than <DOM:-1>. |
of the cells or less than <DOM:-1>. |
3537 |
|
@@@@SpecLevel:2 |
3538 |
|
@@@@ImplNote: |
3539 |
|
@@@@@lang:en |
3540 |
|
@@@@@@: |
3541 |
|
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
3542 |
|
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
3543 |
@@Level[list]: |
@@Level[list]: |
3544 |
1 |
1 |
3545 |
2 |
2 |
3568 |
@@Get: |
@@Get: |
3569 |
@@@Type: |
@@@Type: |
3570 |
DOMMain:long |
DOMMain:long |
3571 |
|
@@ImplNote: |
3572 |
|
@@@lang:en |
3573 |
|
@@@@: |
3574 |
|
Writable in DOM Level 1 FE - fixed in the Errata. |
3575 |
@Attr: |
@Attr: |
3576 |
@@Name: abbr |
@@Name: abbr |
3577 |
@@DocAttr: |
@@DocAttr: |