35 |
<SRC::DOM Level 2 HTML> and XHTML 1.0 <SRC::DOM Level 2 HTML>. |
<SRC::DOM Level 2 HTML> and XHTML 1.0 <SRC::DOM Level 2 HTML>. |
36 |
\ |
\ |
37 |
Form related interfaces are provided by a separate |
Form related interfaces are provided by a separate |
38 |
module, <Module::DOMWebForms>. |
module, <Module::MDOM:DOMWebForms>. |
39 |
|
|
40 |
@Author: |
@Author: |
41 |
@@FullName: Wakaba |
@@FullName: Wakaba |
346 |
@@@lang:en |
@@@lang:en |
347 |
@@@@: |
@@@@: |
348 |
The DOM Level 2 HTML Specification does not say DOM Level 2 |
The DOM Level 2 HTML Specification does not say DOM Level 2 |
349 |
HTML implementations to answer to <M:hasFeature> of |
HTML implementations to answer to <M::DOMCore:DOMImplementation |
350 |
<FeatureVer:1.0> as <DOM:true>. |
::ManakaiDOM:ManakaiDOM2.hasFeature> of |
351 |
|
<FeatureVer::1.0> as <DOM::true>. In fact, DOM Level 1 and 2 |
352 |
|
are incompatible. |
353 |
@@DOMMain:requireFeature: |
@@DOMMain:requireFeature: |
354 |
DOMCore:CoreFeature10 |
DOMCore:CoreFeature10 |
355 |
@FeatureVerDef: |
@FeatureVerDef: |
911 |
The DOM Level 2 HTML Specification does not intend to define |
The DOM Level 2 HTML Specification does not intend to define |
912 |
exactly how a UA will respond to a change to any |
exactly how a UA will respond to a change to any |
913 |
attribute on an element that directly or indirectly refers |
attribute on an element that directly or indirectly refers |
914 |
external data, such elements are <IF:HTMLAppletElement>, |
external data, such elements are <IF::HTMLAppletElement>, |
915 |
<IF:HTMLFrameElement>, <IF:HTMLFrameSetElement>, |
<IF::HTMLFrameElement>, <IF::HTMLFrameSetElement>, |
916 |
<IF:HTMLIFrameElement>, <IF:HTMLImageElement>, <IF:HTMLLinkElement>, |
<IF::HTMLIFrameElement>, <IF::HTMLImageElement>, <IF::HTMLLinkElement>, |
917 |
<IF:HTMLObjectElement>, <IF:HTMLParamElement> and |
<IF::HTMLObjectElement>, <IF::HTMLParamElement> and |
918 |
<IF:HTMLScriptElement>. |
<IF::HTMLScriptElement>. |
919 |
@@For: |
@@For: |
920 |
ManakaiDOM:DOM |
ManakaiDOM:DOM |
921 |
|
|
1420 |
@@lang:en |
@@lang:en |
1421 |
@@@: |
@@@: |
1422 |
A list of nodes. An individual node may be accessed |
A list of nodes. An individual node may be accessed |
1423 |
by either ordinal index or the <HA:name> or <HA:id> |
by either ordinal index or the <HA::name> or <HA::id> |
1424 |
of the node. |
of the node. |
1425 |
\ |
\ |
1426 |
<IF:HTMLCollection> objects are <EM:live>; they are |
<IF::HTMLCollection> objects are <EM::live>; they are |
1427 |
automatically updated when the underlying document |
automatically updated when the underlying document |
1428 |
is changed. |
is changed. |
1429 |
|
|
1457 |
@@@@lang:en |
@@@@lang:en |
1458 |
@@@@@: |
@@@@@: |
1459 |
The index of the node to retrieve, in the document order. |
The index of the node to retrieve, in the document order. |
1460 |
The index origin is <DOM:0>. |
The index origin is <DOM::0>. |
1461 |
@@Return: |
@@Return: |
1462 |
@@@Type: |
@@@Type: |
1463 |
DOMCore:Node |
DOMCore:Node |
1464 |
@@@Description: |
@@@Description: |
1465 |
@@@@lang:en |
@@@@lang:en |
1466 |
@@@@@: |
@@@@@: |
1467 |
The <P:index>th node. |
The <P::index>th node. |
1468 |
@@@InCase: |
@@@InCase: |
1469 |
@@@@Value: |
@@@@Value: |
1470 |
@@@@@is-null:1 |
@@@@@is-null:1 |
1471 |
@@@@Description: |
@@@@Description: |
1472 |
@@@@@lang:en |
@@@@@lang:en |
1473 |
@@@@@@: |
@@@@@@: |
1474 |
The <P:index> is out of range. |
The <P::index> is out of range. |
1475 |
@@@PerlDef: |
@@@PerlDef: |
1476 |
$r = $self->{<Q::TreeCore:node>} |
$r = $self->{<Q::TreeCore:node>} |
1477 |
-><M::ManakaiDOMCore:ManakaiDOMNodeObjectNode |
-><M::ManakaiDOMCore:ManakaiDOMNodeObjectNode |
1488 |
Retrieve a node using a name. |
Retrieve a node using a name. |
1489 |
\ |
\ |
1490 |
With HTML 4 documents, |
With HTML 4 documents, |
1491 |
it first searches for an <IF:Element> with a matching |
it first searches for an <IF::DOMCore:Element> with a matching |
1492 |
<HA:name> attribute and if it does not find one, |
<HA::name> attribute and if it does not find one, |
1493 |
it searches for an <IF:Element> (that is allowed to specify a |
it searches for an <IF::DOMCore:Element> (that is allowed to specify a |
1494 |
<HA:name> attribute) with a matching <HA:name> attribute. |
<HA::name> attribute) with a matching <HA::name> attribute. |
1495 |
The matching is case-insensitive. |
The matching is case-insensitive. |
1496 |
\ |
\ |
1497 |
With XHTML 1.0 documents, it only searches for |
With XHTML 1.0 documents, it only searches for |
1498 |
an <IF:Element> with a matching <HA:id> attribute. |
an <IF::DOMCore:Element> with a matching <HA::id> attribute. |
1499 |
The matching is case-sensitive. |
The matching is case-sensitive. |
1500 |
@@ImplNote: |
@@ImplNote: |
1501 |
@@@lang:en |
@@@lang:en |
1509 |
@@@Description: |
@@@Description: |
1510 |
@@@@lang:en |
@@@@lang:en |
1511 |
@@@@@: |
@@@@@: |
1512 |
The name of the <IF:Node> to retrieve. |
The name of the <IF::DOMCore:Node> to retrieve. |
1513 |
@@Return: |
@@Return: |
1514 |
@@@Type: |
@@@Type: |
1515 |
DOMCore:Node |
DOMCore:Node |
1516 |
@@@Description: |
@@@Description: |
1517 |
@@@@lang:en |
@@@@lang:en |
1518 |
@@@@@: |
@@@@@: |
1519 |
The <IF:Node> with a <HA:name> or <HA:id> whose |
The <IF::DOMCore:Node> with a <HA::name> or <HA::id> whose |
1520 |
value matches with <P:name>. |
value matches with <P::name>. |
1521 |
@@@InCase: |
@@@InCase: |
1522 |
@@@@Value: |
@@@@Value: |
1523 |
@@@@@is-null:1 |
@@@@@is-null:1 |
1524 |
@@@@Description: |
@@@@Description: |
1525 |
@@@@@lang:en |
@@@@@lang:en |
1526 |
@@@@@@: |
@@@@@@: |
1527 |
There is no node with such a <P:name>. |
There is no node with such a <P::name>. |
1528 |
@@@PerlDef: |
@@@PerlDef: |
1529 |
my $node = $self->{<Q::TreeCore:node>}; |
my $node = $self->{<Q::TreeCore:node>}; |
1530 |
$name = "$name"; |
$name = "$name"; |
1610 |
ImplNote: |
ImplNote: |
1611 |
@@lang:en |
@@lang:en |
1612 |
@@@: |
@@@: |
1613 |
<IF:HTMLOptionCollection>: See <Module:DOMWebForms>. |
<IF::HTMLOptionCollection>: See <Module::MDOM:DOMWebForms>. |
1614 |
|
|
1615 |
IF: |
IF: |
1616 |
@Name: |
@Name: |
1655 |
there are a number of implementations supporting |
there are a number of implementations supporting |
1656 |
the <M::HTMLDOMImplementation.createHTMLDocument> method |
the <M::HTMLDOMImplementation.createHTMLDocument> method |
1657 |
and the DOM Level 3 Core Specification belives:-) that |
and the DOM Level 3 Core Specification belives:-) that |
1658 |
there is a <M::createHTMLDocument> method. |
there is a <M::.createHTMLDocument> method. |
1659 |
\ |
\ |
1660 |
} |
} |
1661 |
|
|
2040 |
@@Description: |
@@Description: |
2041 |
@@@lang:en |
@@@lang:en |
2042 |
@@@@: |
@@@@: |
2043 |
The absolute URI <SRC:RFC 2396> of the document. |
The absolute URI <SRC::RFC 2396> of the document. |
2044 |
@@Get: |
@@Get: |
2045 |
@@@Type: DOMString |
@@@Type: DOMString |
2046 |
@@@actualType: |
@@@actualType: |
2059 |
@@ImplNote: |
@@ImplNote: |
2060 |
@@@lang:en |
@@@lang:en |
2061 |
@@@@: |
@@@@: |
2062 |
ISSUE: Is returning <HA:frameset> is DOM Level 0 compatible? |
ISSUE: Is returning <HA::frameset> is DOM Level 0 compatible? |
2063 |
@@Get: |
@@Get: |
2064 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
2065 |
@@@Description: |
@@@Description: |
2066 |
@@@@lang:en |
@@@@lang:en |
2067 |
@@@@@: |
@@@@@: |
2068 |
The <HA:body> element or the outermost <HA:frameset> element. |
The <HA::body> element or the outermost <HA::frameset> element. |
2069 |
@@@nullCase: |
@@@nullCase: |
2070 |
@@@@enDesc: |
@@@@enDesc: |
2071 |
The document does not have the <HA::body> element |
The document does not have the <HA::body> element |
2170 |
@@Description: |
@@Description: |
2171 |
@@@lang:en |
@@@lang:en |
2172 |
@@@@: |
@@@@: |
2173 |
A collection of all the <HA:img> elements in a document. |
A collection of all the <HA::img> elements in a document. |
2174 |
\ |
\ |
2175 |
{NOTE:: Only <HA:img> elements are contained for |
{NOTE:: Only <HA::img> elements are contained for |
2176 |
backward compatibility. |
backward compatibility. |
2177 |
\ |
\ |
2178 |
} |
} |
2205 |
@@Description: |
@@Description: |
2206 |
@@@lang:en |
@@@lang:en |
2207 |
@@@@: |
@@@@: |
2208 |
A collection of all <HA:object> elements that include |
A collection of all <HA::object> elements that include |
2209 |
applets and <HA:applet> elements in the document. |
applets and <HA::applet> elements in the document. |
2210 |
@@ImplNote: |
@@ImplNote: |
2211 |
@@@lang:en |
@@@lang:en |
2212 |
@@@@: |
@@@@: |
2213 |
There might be compatibility problems, since |
There might be compatibility problems, since |
2214 |
the two element types has different attribute sets. |
the two element types has different attribute sets. |
2215 |
Old (DOM Level 0) applications might not take |
Old (DOM Level 0) applications might not take |
2216 |
<HA:object> elements into consideration. |
<HA::object> elements into consideration. |
2217 |
@@Get: |
@@Get: |
2218 |
@@@Type: HTMLCollection |
@@@Type: HTMLCollection |
2219 |
@@@actualType: |
@@@actualType: |
2247 |
@@Description: |
@@Description: |
2248 |
@@@lang:en |
@@@lang:en |
2249 |
@@@@: |
@@@@: |
2250 |
A collection of all <HA:a> and <HA:area> elements |
A collection of all <HA::a> and <HA::area> elements |
2251 |
in a document with a value for the <HA:href> attribute. |
in a document with a value for the <HA::href> attribute. |
2252 |
@@Get: |
@@Get: |
2253 |
@@@Type: HTMLCollection |
@@@Type: HTMLCollection |
2254 |
@@@actualType: |
@@@actualType: |
2292 |
@@ImplNote: |
@@ImplNote: |
2293 |
@@@lang:en |
@@@lang:en |
2294 |
@@@@: |
@@@@: |
2295 |
It should be restricted for HTML <HA:form> elements. |
It should be restricted for HTML <HA::form> elements. |
2296 |
Neither <HA:isindex> elements nor non-HTML form elements |
Neither <HA::isindex> elements nor non-HTML form elements |
2297 |
should be contained. |
should be contained. |
2298 |
@@Get: |
@@Get: |
2299 |
@@@Type: HTMLCollection |
@@@Type: HTMLCollection |
2323 |
@@Description: |
@@Description: |
2324 |
@@@lang:en |
@@@lang:en |
2325 |
@@@@: |
@@@@: |
2326 |
A collection of all the <HA:a> elements with a value |
A collection of all the <HA::a> elements with a value |
2327 |
for the <HA:name> attribute in the document. |
for the <HA::name> attribute in the document. |
2328 |
\ |
\ |
2329 |
{NOTE:: The collection of this attribute only contains |
{NOTE:: The collection of this attribute only contains |
2330 |
those anchors with <HA:name> attributes, |
those anchors with <HA::name> attributes, |
2331 |
not with the <HA:id> attributes, for backward |
not with the <HA::id> attributes, for backward |
2332 |
compatibility. XHTML 1.0 deprecates the use |
compatibility. XHTML 1.0 deprecates the use |
2333 |
of the <HA:name> attribute. |
of the <HA::name> attribute. |
2334 |
\ |
\ |
2335 |
} |
} |
2336 |
@@Get: |
@@Get: |
2366 |
@@@lang:en |
@@@lang:en |
2367 |
@@@@: |
@@@@: |
2368 |
The cookie, persistent state information associated |
The cookie, persistent state information associated |
2369 |
with the current frame or document <SRC:RFC 2965>. |
with the current frame or document <SRC::RFC 2965>. |
2370 |
\ |
\ |
2371 |
{NOTE:: The precise nature of a UA session is not |
{NOTE:: The precise nature of a UA session is not |
2372 |
defined. |
defined. |
2379 |
@@@@lang:en |
@@@@lang:en |
2380 |
@@@@@: |
@@@@@: |
2381 |
A single string with each cookie's name-value pair |
A single string with each cookie's name-value pair |
2382 |
separated by a <CHAR:SEMICOLON>. |
separated by a <CHAR::SEMICOLON>. |
2383 |
@@@ImplNote: |
@@@ImplNote: |
2384 |
@@@@lang:en |
@@@@lang:en |
2385 |
@@@@@: |
@@@@@: |
2386 |
It is maybe RFC 2965 <CODE:cookies>. |
It is maybe RFC 2965 <CODE::cookies>. |
2387 |
@@@InCase: |
@@@InCase: |
2388 |
@@@@Value:\ |
@@@@Value:\ |
2389 |
@@@@Description: |
@@@@Description: |
2397 |
@@@@lang:en |
@@@@lang:en |
2398 |
@@@@@: |
@@@@@: |
2399 |
A single name-value pair followed by zero or more |
A single name-value pair followed by zero or more |
2400 |
cookie attribute values (RFC 2965 <CODE:cookie>). |
cookie attribute values (RFC 2965 <CODE::cookie>). |
2401 |
\ |
\ |
2402 |
If no <CODE:domain> attribute is specified, |
If no <CODE::domain> attribute is specified, |
2403 |
it defaults to the <CODE:host> portion of an |
it defaults to the <CODE::host> portion of an |
2404 |
RFC 2396 absolute URI of the current frame or document. |
RFC 2396 absolute URI of the current frame or document. |
2405 |
\ |
\ |
2406 |
If no <CODE:path> attribute is specified, it defaults |
If no <CODE::path> attribute is specified, it defaults |
2407 |
to the absolute <CODE:path> portion of an |
to the absolute <CODE::path> portion of an |
2408 |
RFC 2396 absolute URI of the current frame or document. |
RFC 2396 absolute URI of the current frame or document. |
2409 |
\ |
\ |
2410 |
If no <CODE:max-age> attribute is specified, it |
If no <CODE::max-age> attribute is specified, it |
2411 |
defaults to a UA defined value. |
defaults to a UA defined value. |
2412 |
\ |
\ |
2413 |
If a <CODE:cookie> with the specified name is already |
If a <CODE::cookie> with the specified name is already |
2414 |
associated, the new value as well as the new attributes |
associated, the new value as well as the new attributes |
2415 |
replace the old ones. If the <CODE:max-age> attribute |
replace the old ones. If the <CODE::max-age> attribute |
2416 |
value is <CODE:0>, any existing cookies of the specified |
value is <CODE::0>, any existing cookies of the specified |
2417 |
name are removed. |
name are removed. |
2418 |
@@@Exception: |
@@@Exception: |
2419 |
@@@@@: |
@@@@@: |
2422 |
@@@@@lang:en |
@@@@@lang:en |
2423 |
@@@@@@: |
@@@@@@: |
2424 |
The new value does not adhere to the |
The new value does not adhere to the |
2425 |
RFC 2965 <CODE:cookie>. |
RFC 2965 <CODE::cookie>. |
2426 |
@Method: |
@Method: |
2427 |
@@Name: open |
@@Name: open |
2428 |
@@Description: |
@@Description: |
2436 |
@@Description: |
@@Description: |
2437 |
@@@lang:en |
@@@lang:en |
2438 |
@@@@: |
@@@@: |
2439 |
Close a document stream opened by the <M:open> method |
Close a document stream opened by the <M::open> method |
2440 |
and force rendering. |
and force rendering. |
2441 |
@@Return: |
@@Return: |
2442 |
@Method: |
@Method: |
2444 |
@@Description: |
@@Description: |
2445 |
@@@lang:en |
@@@lang:en |
2446 |
@@@@: |
@@@@: |
2447 |
Write a string to a document stream opened by <M:open>. |
Write a string to a document stream opened by <M::.open>. |
2448 |
@@ImplNote: |
@@ImplNote: |
2449 |
@@@lang:en |
@@@lang:en |
2450 |
@@@@: |
@@@@: |
2464 |
@@@lang:en |
@@@lang:en |
2465 |
@@@@: |
@@@@: |
2466 |
Write a string followed by a newline character |
Write a string followed by a newline character |
2467 |
to a document stream opened by the <M:open> method. |
to a document stream opened by the <M::.open> method. |
2468 |
@@Param: |
@@Param: |
2469 |
@@@Name: text |
@@@Name: text |
2470 |
@@@Type: DOMString |
@@@Type: DOMString |
2490 |
@@@Description: |
@@@Description: |
2491 |
@@@@lang:en |
@@@@lang:en |
2492 |
@@@@@: |
@@@@@: |
2493 |
The <HA:name> of the element. The matching is |
The <HA::name> of the element. The matching is |
2494 |
case-sensitive. |
case-sensitive. |
2495 |
@@Return: |
@@Return: |
2496 |
@@@Type: NodeList |
@@@Type: NodeList |
2497 |
@@@Description: |
@@@Description: |
2498 |
@@@@lang:en |
@@@@lang:en |
2499 |
@@@@@: |
@@@@@: |
2500 |
A collection of the element whose <HA:name> matches |
A collection of the element whose <HA::name> matches |
2501 |
with <P:elementName>. |
with <P::elementName>. |
2502 |
@Method: |
@Method: |
2503 |
@@Name:getElementById |
@@Name:getElementById |
2504 |
@@Description: |
@@Description: |
2505 |
@@@lang:en |
@@@lang:en |
2506 |
@@@@: |
@@@@: |
2507 |
Return the <IF:Element> whose <A:id> is given by |
Return the <IF::DOMCore:Element> whose <A::id> is given by |
2508 |
<P:elementId>. Behavior is not defined if more than |
<P::elementId>. Behavior is not defined if more than |
2509 |
one elements has this <P:elementId>. |
one elements has this <P::elementId>. |
2510 |
\ |
\ |
2511 |
{NOTE:: This method was first defined in the <IF:HTMLDocument> |
{NOTE:: This method was first defined in the <IF::HTMLDocument> |
2512 |
interface of DOM Level 1 but it has moved to |
interface of DOM Level 1 but it has moved to |
2513 |
the <Module:DOMCore> module in DOM Level 2. |
the <Module::MDOM:DOMCore> module in DOM Level 2. |
2514 |
\ |
\ |
2515 |
} |
} |
2516 |
@@Param: |
@@Param: |
2539 |
@@@: |
@@@: |
2540 |
{P:: The following properties in DOM Level 0 have been deprecated |
{P:: The following properties in DOM Level 0 have been deprecated |
2541 |
by DOM HTML Specifications in favor of the corresponding |
by DOM HTML Specifications in favor of the corresponding |
2542 |
attributes in <IF:HTMLBodyElement> interface: |
attributes in <IF::HTMLBodyElement> interface: |
2543 |
\ |
\ |
2544 |
- <A:alinkColor> |
- <A::alinkColor> |
2545 |
\ |
\ |
2546 |
- <A:background> |
- <A::background> |
2547 |
\ |
\ |
2548 |
- <A:bgColor> |
- <A::bgColor> |
2549 |
\ |
\ |
2550 |
- <A:fgColor> |
- <A::fgColor> |
2551 |
\ |
\ |
2552 |
- <A:linkColor> |
- <A::linkColor> |
2553 |
\ |
\ |
2554 |
- <A:vlinkColor> |
- <A::vlinkColor> |
2555 |
\ |
\ |
2556 |
} |
} |
2557 |
##HTMLDocument |
##HTMLDocument |
2620 |
\ |
\ |
2621 |
{FIG: HTML Data Types and DOM Data Types |
{FIG: HTML Data Types and DOM Data Types |
2622 |
\ |
\ |
2623 |
- <SGML:CDATA>:: <TYPE:DOMString>. |
- <SGML::CDATA>:: <TYPE::DOMString>. |
2624 |
(Default of default: an empty string) |
(Default of default: an empty string) |
2625 |
\ |
\ |
2626 |
- Enumerated values:: <TYPE:DOMString>. |
- Enumerated values:: <TYPE::DOMString>. |
2627 |
(Normalized to lowercase in HTML. |
(Normalized to lowercase in HTML. |
2628 |
Default of default: an empty string) |
Default of default: an empty string) |
2629 |
\ |
\ |
2630 |
- Boolean:: <TYPE:boolean>. (Default of default: <DOM:false>. |
- Boolean:: <TYPE::boolean>. (Default of default: <DOM::false>. |
2631 |
\ |
\ |
2632 |
- <SGML:NUMBER>:: <TYPE:long>. (Default of default: <DOM:0>.) |
- <SGML::NUMBER>:: <TYPE::long>. (Default of default: <DOM::0>.) |
2633 |
\ |
\ |
2634 |
} |
} |
2635 |
\ |
\ |
2636 |
Element type names in HTML 4 documents (exposed through |
Element type names in HTML 4 documents (exposed through |
2637 |
such as <A:Element.tagName>) are normalized in |
such as <A::DOMCore:Element.tagName>) are normalized in |
2638 |
uppercase. No specification for attribute names - it maybe |
uppercase. No specification for attribute names - it maybe |
2639 |
should be in lowercase for compatibility. |
should be in lowercase for compatibility. |
2640 |
|
|
2718 |
@ImplNote: |
@ImplNote: |
2719 |
@@lang:en |
@@lang:en |
2720 |
@@@: |
@@@: |
2721 |
The DOM Level 1 First and Second Editions said that the <HE:head> |
The DOM Level 1 First and Second Editions said that the <HE::head> |
2722 |
element belongs to this category - it is considered as |
element belongs to this category - it is considered as |
2723 |
an error, since there is the <IF:HTMLHeadElement>. |
an error, since there is the <IF::HTMLHeadElement>. |
2724 |
|
|
2725 |
@Attr: |
@Attr: |
2726 |
@@Name: id |
@@Name: id |
2736 |
@@ImplNote: |
@@ImplNote: |
2737 |
@@@lang:en |
@@@lang:en |
2738 |
@@@@: |
@@@@: |
2739 |
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. |
2740 |
@Attr: |
@Attr: |
2741 |
@@Name: title |
@@Name: title |
2742 |
@@DocAttr1: |
@@DocAttr1: |
2751 |
@@ImplNote: |
@@ImplNote: |
2752 |
@@@lang:en |
@@@lang:en |
2753 |
@@@@: |
@@@@: |
2754 |
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. |
2755 |
@Attr: |
@Attr: |
2756 |
@@Name: lang |
@@Name: lang |
2757 |
@@DocAttr1: |
@@DocAttr1: |
2766 |
@@ImplNote: |
@@ImplNote: |
2767 |
@@@lang:en |
@@@lang:en |
2768 |
@@@@: |
@@@@: |
2769 |
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. |
2770 |
@Attr: |
@Attr: |
2771 |
@@Name: dir |
@@Name: dir |
2772 |
@@DocAttr1: |
@@DocAttr1: |
2781 |
@@ImplNote: |
@@ImplNote: |
2782 |
@@@lang:en |
@@@lang:en |
2783 |
@@@@: |
@@@@: |
2784 |
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. |
2785 |
@Attr: |
@Attr: |
2786 |
@@Name: className |
@@Name: className |
2787 |
@@DocAttr1: |
@@DocAttr1: |
2796 |
@@ImplNote: |
@@ImplNote: |
2797 |
@@@lang:en |
@@@lang:en |
2798 |
@@@@: |
@@@@: |
2799 |
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. |
2800 |
|
|
2801 |
@ImplNote: |
@ImplNote: |
2802 |
@@lang:en |
@@lang:en |
2803 |
@@@: |
@@@: |
2804 |
The <A:HTMLElement.style> is reserved by DOM Level 1 First Edition |
The <A::HTMLElement.style> is reserved by DOM Level 1 First Edition |
2805 |
for future use. It is used later in DOM Level 2 CSS Module. |
for future use. It is used later in DOM Level 2 CSS Module. |
2806 |
##HTMLElement |
##HTMLElement |
2807 |
|
|
3296 |
@@Description: |
@@Description: |
3297 |
@@@lang:en |
@@@lang:en |
3298 |
@@@@: |
@@@@: |
3299 |
The <HE:form> element containing this element. |
The <HE::form> element containing this element. |
3300 |
\ |
\ |
3301 |
{NOTE:: Although DOM has this attribute, the <HE:isindex> |
{NOTE:: Although DOM has this attribute, the <HE::isindex> |
3302 |
is independent from any <HE:form> by definition. |
is independent from any <HE::form> by definition. |
3303 |
\ |
\ |
3304 |
} |
} |
3305 |
@@Get: |
@@Get: |
4159 |
ImplNote: |
ImplNote: |
4160 |
@@lang:en |
@@lang:en |
4161 |
@@@: |
@@@: |
4162 |
<IF:HTMLFormElement>, <IF:HTMLSelectElement>, |
<IF::HTMLFormElement>, <IF::HTMLSelectElement>, |
4163 |
<IF:HTMLOptionElement>, <IF:HTMLOptGroupElement>, |
<IF::HTMLOptionElement>, <IF::HTMLOptGroupElement>, |
4164 |
<IF:HTMLInputElement>, <IF:HTMLTextAreaElement>, |
<IF::HTMLInputElement>, <IF::HTMLTextAreaElement>, |
4165 |
<IF:HTMLButtonElement>, <IF:HTMLFieldSetElement>, |
<IF::HTMLButtonElement>, <IF::HTMLFieldSetElement>, |
4166 |
<IF:HTMLLegendElement>: See <Module:WebForms>. |
<IF::HTMLLegendElement>: See <Module::MDOM:DOMWebForms>. |
4167 |
|
|
4168 |
FeatureDef: |
FeatureDef: |
4169 |
@QName: HTMLExtendedFeature |
@QName: HTMLExtendedFeature |
4867 |
@Description: |
@Description: |
4868 |
@@lang:en |
@@lang:en |
4869 |
@@@: |
@@@: |
4870 |
The <IF:HTMLBlockquoteElement> interface was contained |
The <IF::HTMLBlockquoteElement> interface was contained |
4871 |
in the DOM Level 1 First Edition by error. The |
in the DOM Level 1 First Edition by error. The |
4872 |
<IF:HTMLQuoteElement> interface should must used instead. |
<IF::HTMLQuoteElement> interface should must used instead. |
4873 |
<SRC:DOM Level 1 Errata> |
<SRC::DOM Level 1 Errata> |
4874 |
@Attr: |
@Attr: |
4875 |
@@Name:cite |
@@Name:cite |
4876 |
@@Get: |
@@Get: |
5051 |
@@@@lang:en |
@@@@lang:en |
5052 |
@@@@@: |
@@@@@: |
5053 |
TODO: Computed value should be returned. |
TODO: Computed value should be returned. |
5054 |
In DOM Level 1, it was <EM:not> the computed value |
In DOM Level 1, it was <EM::not> the computed value |
5055 |
and the type was <TYPE:DOMString>. |
and the type was <TYPE::DOMString>. |
5056 |
@@Set: |
@@Set: |
5057 |
@@Level[list]: |
@@Level[list]: |
5058 |
1 |
1 |
5088 |
@@ImplNote: |
@@ImplNote: |
5089 |
@@@lang:en |
@@@lang:en |
5090 |
@@@@: |
@@@@: |
5091 |
This is <EM:not> the computed size. |
This is <EM::not> the computed size. |
5092 |
@@ReflectCDATA: |
@@ReflectCDATA: |
5093 |
@@Get: |
@@Get: |
5094 |
@@Set: |
@@Set: |
5351 |
The name of the element. |
The name of the element. |
5352 |
\ |
\ |
5353 |
{NOTE:: This attribute is provided for backwards compatibility. |
{NOTE:: This attribute is provided for backwards compatibility. |
5354 |
Whilst HTML 4.01 added the <HA:name> attribute |
Whilst HTML 4.01 added the <HA::name> attribute |
5355 |
for compatibility, the DOM HTML Specifications |
for compatibility, the DOM HTML Specifications |
5356 |
does not address this fact - i.e. HTML's and DOM's |
does not address this fact - i.e. HTML's and DOM's |
5357 |
<CODE:name> attributes are not formally associated. |
<CODE::name> attributes are not formally associated. |
5358 |
\ |
\ |
5359 |
} |
} |
5360 |
@@DocAttr: |
@@DocAttr: |
5390 |
@@ImplNote: |
@@ImplNote: |
5391 |
@@@lang:en |
@@@lang:en |
5392 |
@@@@: |
@@@@: |
5393 |
The type is <TYPE:DOMString> in both DOM Levels 1 and 2. |
The type is <TYPE::DOMString> in both DOM Levels 1 and 2. |
5394 |
@ATTR: |
@ATTR: |
5395 |
@@Name: height |
@@Name: height |
5396 |
@@Deprecated: |
@@Deprecated: |
5449 |
@@ImplNote: |
@@ImplNote: |
5450 |
@@@lang:en |
@@@lang:en |
5451 |
@@@@: |
@@@@: |
5452 |
The HTML 4 and XHTML 1.0 <HA:usemap> attribute value is |
The HTML 4 and XHTML 1.0 <HA::usemap> attribute value is |
5453 |
of <SGML:%URI;>, while the XHTML m12n <HA:usemap> value |
of <SGML::%URI;>, while the XHTML m12n <HA::usemap> value |
5454 |
is <XML:IDREF>. |
is <XML::IDREF>. |
5455 |
@ATTR: |
@ATTR: |
5456 |
@@Name: vspace |
@@Name: vspace |
5457 |
@@Deprecated: |
@@Deprecated: |
5514 |
@@Description: |
@@Description: |
5515 |
@@@lang:en |
@@@lang:en |
5516 |
@@@@: |
@@@@: |
5517 |
The <HE:form> element containing this control. |
The <HE::form> element containing this control. |
5518 |
@@Get: |
@@Get: |
5519 |
@@@Type: |
@@@Type: |
5520 |
DOMHTML:HTMLFormElement |
DOMHTML:HTMLFormElement |
5621 |
@@ImplNote: |
@@ImplNote: |
5622 |
@@@lang:en |
@@@lang:en |
5623 |
@@@@: |
@@@@: |
5624 |
In HTML 4 or XHTML 1.0, the <HA:usemap> attribute is |
In HTML 4 or XHTML 1.0, the <HA::usemap> attribute is |
5625 |
a <SGML:%URI;>. In XHTML m12n, the <HA:usemap> |
a <SGML::%URI;>. In XHTML m12n, the <HA::usemap> |
5626 |
is an <XML:IDREF>. |
is an <XML::IDREF>. |
5627 |
@ATTR: |
@ATTR: |
5628 |
@@Name: vspace |
@@Name: vspace |
5629 |
@@Deprecated: |
@@Deprecated: |
5910 |
@@ImplNote: |
@@ImplNote: |
5911 |
@@@lang:en |
@@@lang:en |
5912 |
@@@@: |
@@@@: |
5913 |
ISSUE: How interact with <HA:src>? |
ISSUE: How interact with <HA::src>? |
5914 |
@@Get: |
@@Get: |
5915 |
@@@Type: DOMString |
@@@Type: DOMString |
5916 |
@@Set: |
@@Set: |
5921 |
@@@lang:en |
@@@lang:en |
5922 |
@@@@: |
@@@@: |
5923 |
{NOTE:: Reserved for future use by the DOM HTML Specifications. |
{NOTE:: Reserved for future use by the DOM HTML Specifications. |
5924 |
The HTML <HA:for> attribute is also reserved |
The HTML <HA::for> attribute is also reserved |
5925 |
by the HTML 4 Specifications. |
by the HTML 4 Specifications. |
5926 |
\ |
\ |
5927 |
} |
} |
5935 |
@@@lang:en |
@@@lang:en |
5936 |
@@@@: |
@@@@: |
5937 |
{NOTE:: Reserved for future use by the DOM HTML Specifications. |
{NOTE:: Reserved for future use by the DOM HTML Specifications. |
5938 |
The HTML <HA:event> attribute is also reserved |
The HTML <HA::event> attribute is also reserved |
5939 |
by the HTML 4 Specification. |
by the HTML 4 Specification. |
5940 |
\ |
\ |
5941 |
} |
} |
5986 |
@@Description: |
@@Description: |
5987 |
@@@lang:en |
@@@lang:en |
5988 |
@@@@: |
@@@@: |
5989 |
The <HE:caption> of the table. |
The <HE::caption> of the table. |
5990 |
@@Get: |
@@Get: |
5991 |
@@@Type: HTMLTableCaptionElement |
@@@Type: HTMLTableCaptionElement |
5992 |
@@@InCase: |
@@@InCase: |
5993 |
@@@@Label: |
@@@@Label: |
5994 |
@@@@@lang:en |
@@@@@lang:en |
5995 |
@@@@@@: |
@@@@@@: |
5996 |
void (= <DOM:null>?) |
void (= <DOM::null>?) |
5997 |
@@@@Description: |
@@@@Description: |
5998 |
@@@@@lang:en |
@@@@@lang:en |
5999 |
@@@@@@: There is no caption. |
@@@@@@: There is no caption. |
6005 |
@@@@Description: |
@@@@Description: |
6006 |
@@@@@lang:en |
@@@@@lang:en |
6007 |
@@@@@@: |
@@@@@@: |
6008 |
The given element is not a <HE:caption>. |
The given element is not a <HE::caption>. |
6009 |
@@Level[list]: |
@@Level[list]: |
6010 |
1 |
1 |
6011 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
6016 |
@@Description: |
@@Description: |
6017 |
@@@lang:en |
@@@lang:en |
6018 |
@@@@: |
@@@@: |
6019 |
The <HE:thead> of this table. |
The <HE::thead> of this table. |
6020 |
@@Get: |
@@Get: |
6021 |
@@@Type: HTMLTableSectionElement |
@@@Type: HTMLTableSectionElement |
6022 |
@@@InCase: |
@@@InCase: |
6025 |
@@@@Description: |
@@@@Description: |
6026 |
@@@@@lang:en |
@@@@@lang:en |
6027 |
@@@@@@: |
@@@@@@: |
6028 |
There is no <HE:thead>. |
There is no <HE::thead>. |
6029 |
@@Set: |
@@Set: |
6030 |
@@@Type: HTMLTableSectionElement |
@@@Type: HTMLTableSectionElement |
6031 |
@@@Exception: |
@@@Exception: |
6037 |
@@@@Description: |
@@@@Description: |
6038 |
@@@@@lang:en |
@@@@@lang:en |
6039 |
@@@@@@: |
@@@@@@: |
6040 |
The given element is not a <HE:thead>. |
The given element is not a <HE::thead>. |
6041 |
@@Level[list]: |
@@Level[list]: |
6042 |
1 |
1 |
6043 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
6048 |
@@Description: |
@@Description: |
6049 |
@@@lang:en |
@@@lang:en |
6050 |
@@@@: |
@@@@: |
6051 |
The <HE:tfoot> of this table. |
The <HE::tfoot> of this table. |
6052 |
@@Get: |
@@Get: |
6053 |
@@@Type: HTMLTableSectionElement |
@@@Type: HTMLTableSectionElement |
6054 |
@@@InCase: |
@@@InCase: |
6057 |
@@@@Description: |
@@@@Description: |
6058 |
@@@@@lang:en |
@@@@@lang:en |
6059 |
@@@@@@: |
@@@@@@: |
6060 |
There is no <HE:tfoot>. |
There is no <HE::tfoot>. |
6061 |
@@Set: |
@@Set: |
6062 |
@@@Type: HTMLTableSectionElement |
@@@Type: HTMLTableSectionElement |
6063 |
@@@Exception: |
@@@Exception: |
6070 |
@@@@@Description: |
@@@@@Description: |
6071 |
@@@@@@lang:en |
@@@@@@lang:en |
6072 |
@@@@@@@: |
@@@@@@@: |
6073 |
The given element is not a <HE:tfoot>. |
The given element is not a <HE::tfoot>. |
6074 |
@@Level[list]: |
@@Level[list]: |
6075 |
1 |
1 |
6076 |
@@SpecLevel[list]: |
@@SpecLevel[list]: |
6082 |
@@@lang:en |
@@@lang:en |
6083 |
@@@@: |
@@@@: |
6084 |
A collection of all the rows (child or grandchild |
A collection of all the rows (child or grandchild |
6085 |
<HE:tr> elements) in this table. |
<HE::tr> elements) in this table. |
6086 |
@@Get: |
@@Get: |
6087 |
@@@Type: HTMLCollection |
@@@Type: HTMLCollection |
6088 |
@Attr: |
@Attr: |
6134 |
@@ImplNote: |
@@ImplNote: |
6135 |
@@@lang:en |
@@@lang:en |
6136 |
@@@@: |
@@@@: |
6137 |
How <HTML:border> is implemented in DOM Level 0? |
How <HTML::border> is implemented in DOM Level 0? |
6138 |
@ATTR: |
@ATTR: |
6139 |
@@Name: rules |
@@Name: rules |
6140 |
@@ReflectEnum: |
@@ReflectEnum: |
6155 |
@@Description: |
@@Description: |
6156 |
@@@lang:en |
@@@lang:en |
6157 |
@@@@: |
@@@@: |
6158 |
Create the <HE:thead> element (if it does not exist) and |
Create the <HE::thead> element (if it does not exist) and |
6159 |
return it. |
return it. |
6160 |
@@Return: |
@@Return: |
6161 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
6162 |
@@@Description: |
@@@Description: |
6163 |
@@@@lang:en |
@@@@lang:en |
6164 |
@@@@@: |
@@@@@: |
6165 |
The <HE:thead> element. |
The <HE::thead> element. |
6166 |
@Method: |
@Method: |
6167 |
@@Name: deleteTHead |
@@Name: deleteTHead |
6168 |
@@Description: |
@@Description: |
6169 |
@@@lang:en |
@@@lang:en |
6170 |
@@@@: |
@@@@: |
6171 |
Delete the <HE:thead>, if any, from the table. |
Delete the <HE::thead>, if any, from the table. |
6172 |
@@Return: |
@@Return: |
6173 |
@Method: |
@Method: |
6174 |
@@Name: createTFoot |
@@Name: createTFoot |
6175 |
@@Description: |
@@Description: |
6176 |
@@@lang:en |
@@@lang:en |
6177 |
@@@@: |
@@@@: |
6178 |
Create the <HE:tfoot> element (if it does not exist) and |
Create the <HE::tfoot> element (if it does not exist) and |
6179 |
return it. |
return it. |
6180 |
@@Return: |
@@Return: |
6181 |
@@@Type: HTMLElement |
@@@Type: HTMLElement |
6182 |
@@@Description: |
@@@Description: |
6183 |
@@@@lang:en |
@@@@lang:en |
6184 |
@@@@@: |
@@@@@: |
6185 |
The <HE:tfoot> element. |
The <HE::tfoot> element. |
6186 |
@Method: |
@Method: |
6187 |
@@Name: deleteTFoot |
@@Name: deleteTFoot |
6188 |
@@Description: |
@@Description: |
6189 |
@@@lang:en |
@@@lang:en |
6190 |
@@@@: |
@@@@: |
6191 |
Delete the <HE:tfoot>, if any, from the table. |
Delete the <HE::tfoot>, if any, from the table. |
6192 |
@@Return: |
@@Return: |
6193 |
@Method: |
@Method: |
6194 |
@@Name: createCaption |
@@Name: createCaption |
6215 |
@@@lang:en |
@@@lang:en |
6216 |
@@@@: |
@@@@: |
6217 |
Insert a new empty row in this table. If this table is |
Insert a new empty row in this table. If this table is |
6218 |
empty, a <HE:tbody> is created and the new row is |
empty, a <HE::tbody> is created and the new row is |
6219 |
inserted into it. |
inserted into it. |
6220 |
@@ImplNote: |
@@ImplNote: |
6221 |
@@@lang:en |
@@@lang:en |
6231 |
@@@@lang:en |
@@@@lang:en |
6232 |
@@@@@: |
@@@@@: |
6233 |
The ordinal index of the row where to insert a new row, |
The ordinal index of the row where to insert a new row, |
6234 |
starting from <DOM:0> and relative to the logical |
starting from <DOM::0> and relative to the logical |
6235 |
order (not the document order). The new row is |
order (not the document order). The new row is |
6236 |
inserted immediately before and in the same row group |
inserted immediately before and in the same row group |
6237 |
as the current <P:index>th row. |
as the current <P::index>th row. |
6238 |
@@@InCase: |
@@@InCase: |
6239 |
@@@@Value:-1 |
@@@@Value:-1 |
6240 |
@@@@Description: |
@@@@Description: |
6267 |
@@@@@Description: |
@@@@@Description: |
6268 |
@@@@@@lang:en |
@@@@@@lang:en |
6269 |
@@@@@@@: |
@@@@@@@: |
6270 |
The <P:index> is greater than the number of rows |
The <P::index> is greater than the number of rows |
6271 |
or less than <DOM:-1>. |
or less than <DOM::-1>. |
6272 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6273 |
@@@@ImplNote: |
@@@@ImplNote: |
6274 |
@@@@@lang:en |
@@@@@lang:en |
6275 |
@@@@@@: |
@@@@@@: |
6276 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6277 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6278 |
@@Level[list]: |
@@Level[list]: |
6279 |
1 |
1 |
6280 |
2 |
2 |
6293 |
@@@Description: |
@@@Description: |
6294 |
@@@@lang:en |
@@@@lang:en |
6295 |
@@@@@: |
@@@@@: |
6296 |
The ordinal index of the row to delete, starting from <DOM:0> |
The ordinal index of the row to delete, starting from <DOM::0> |
6297 |
and relative to the logical order (not document order). |
and relative to the logical order (not document order). |
6298 |
@@@InCase: |
@@@InCase: |
6299 |
@@@@Value:-1 |
@@@@Value:-1 |
6305 |
@@@ImplNote: |
@@@ImplNote: |
6306 |
@@@@lang:en |
@@@@lang:en |
6307 |
@@@@@: |
@@@@@: |
6308 |
In the order of <HE:thead> -> <HE:tbody>s -> <HE:tfoot>? |
In the order of <HE::thead> -> <HE::tbody>s -> <HE::tfoot>? |
6309 |
@@Return: |
@@Return: |
6310 |
@@@Exception: |
@@@Exception: |
6311 |
@@@@Name: INDEX_SIZE_ERR |
@@@@Name: INDEX_SIZE_ERR |
6317 |
@@@@@Description: |
@@@@@Description: |
6318 |
@@@@@@lang:en |
@@@@@@lang:en |
6319 |
@@@@@@@: |
@@@@@@@: |
6320 |
The <P:index> is greater than or equal to |
The <P::index> is greater than or equal to |
6321 |
the number of rows or the <P:index> is |
the number of rows or the <P::index> is |
6322 |
less than <DOM:-1>. |
less than <DOM::-1>. |
6323 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6324 |
@@@@ImplNote: |
@@@@ImplNote: |
6325 |
@@@@@lang:en |
@@@@@lang:en |
6326 |
@@@@@@: |
@@@@@@: |
6327 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6328 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6329 |
@@Level[list]: |
@@Level[list]: |
6330 |
1 |
1 |
6331 |
2 |
2 |
6566 |
@@@@lang:en |
@@@@lang:en |
6567 |
@@@@@: |
@@@@@: |
6568 |
The ordinal index of the row where to insert a new row, |
The ordinal index of the row where to insert a new row, |
6569 |
starting from <DOM:0> and relative only to the |
starting from <DOM::0> and relative only to the |
6570 |
rows contained inside this row group. The new row |
rows contained inside this row group. The new row |
6571 |
is inserted immediately before the current <P:index>th |
is inserted immediately before the current <P::index>th |
6572 |
row. |
row. |
6573 |
@@@InCase: |
@@@InCase: |
6574 |
@@@@Value:-1 |
@@@@Value:-1 |
6601 |
@@@@@Description: |
@@@@@Description: |
6602 |
@@@@@@lang:en |
@@@@@@lang:en |
6603 |
@@@@@@@: |
@@@@@@@: |
6604 |
The <P:index> is greater than the number |
The <P::index> is greater than the number |
6605 |
of rows or less than <DOM:-1>. |
of rows or less than <DOM::-1>. |
6606 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6607 |
@@@@ImplNote: |
@@@@ImplNote: |
6608 |
@@@@@lang:en |
@@@@@lang:en |
6609 |
@@@@@@: |
@@@@@@: |
6610 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6611 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6612 |
@@Level[list]: |
@@Level[list]: |
6613 |
1 |
1 |
6614 |
2 |
2 |
6629 |
@@@@lang:en |
@@@@lang:en |
6630 |
@@@@@: |
@@@@@: |
6631 |
The ordinal index of the row to delete, starting |
The ordinal index of the row to delete, starting |
6632 |
from <DOM:0> and relative |
from <DOM::0> and relative |
6633 |
only to the rows contained inside this row group. |
only to the rows contained inside this row group. |
6634 |
@@@InCase: |
@@@InCase: |
6635 |
@@@@Value:-1 |
@@@@Value:-1 |
6649 |
@@@@@Description: |
@@@@@Description: |
6650 |
@@@@@@lang:en |
@@@@@@lang:en |
6651 |
@@@@@@@: |
@@@@@@@: |
6652 |
The <P:index> is greater than or equal to |
The <P::index> is greater than or equal to |
6653 |
the number of rows or the <P:index> is less |
the number of rows or the <P::index> is less |
6654 |
than <DOM:-1>. |
than <DOM::-1>. |
6655 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6656 |
@@@@ImplNote: |
@@@@ImplNote: |
6657 |
@@@@@lang:en |
@@@@@lang:en |
6658 |
@@@@@@: |
@@@@@@: |
6659 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6660 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6661 |
@@Level[list]: |
@@Level[list]: |
6662 |
1 |
1 |
6663 |
2 |
2 |
6679 |
@@Description: |
@@Description: |
6680 |
@@@lang:en |
@@@lang:en |
6681 |
@@@@: |
@@@@: |
6682 |
The ordinal index of the row, starting from <DOM:0>, |
The ordinal index of the row, starting from <DOM::0>, |
6683 |
in the logical order (not the document order). |
in the logical order (not the document order). |
6684 |
\ |
\ |
6685 |
{NOTE:: The logical order take row groups into account; |
{NOTE:: The logical order take row groups into account; |
6686 |
placing <HE:thead> rows first, followed by |
placing <HE::thead> rows first, followed by |
6687 |
<HE:tbody> rows, followed by <HE:tfoot> rows. |
<HE::tbody> rows, followed by <HE::tfoot> rows. |
6688 |
\ |
\ |
6689 |
} |
} |
6690 |
@@Get: |
@@Get: |
6705 |
@@Description: |
@@Description: |
6706 |
@@@lang:en |
@@@lang:en |
6707 |
@@@@: |
@@@@: |
6708 |
The ordinal index of this row, starting from <DOM:0> |
The ordinal index of this row, starting from <DOM::0> |
6709 |
and relative to this row group. |
and relative to this row group. |
6710 |
@@Get: |
@@Get: |
6711 |
@@@Type: |
@@@Type: |
6770 |
@@Description: |
@@Description: |
6771 |
@@@lang:en |
@@@lang:en |
6772 |
@@@@: |
@@@@: |
6773 |
Insert an empty data cell (<HE:td>) into this row. |
Insert an empty data cell (<HE::td>) into this row. |
6774 |
@@Param: |
@@Param: |
6775 |
@@@Name: index |
@@@Name: index |
6776 |
@@@Type: |
@@@Type: |
6779 |
@@@@lang:en |
@@@@lang:en |
6780 |
@@@@@: |
@@@@@: |
6781 |
The index where the new cell is inserted, starting |
The index where the new cell is inserted, starting |
6782 |
from <DOM:0>. |
from <DOM::0>. |
6783 |
@@@InCase: |
@@@InCase: |
6784 |
@@@@Value:-1 |
@@@@Value:-1 |
6785 |
@@@@Description: |
@@@@Description: |
6809 |
@@@@@Description: |
@@@@@Description: |
6810 |
@@@@@@lang:en |
@@@@@@lang:en |
6811 |
@@@@@@@: |
@@@@@@@: |
6812 |
The <P:index> is greater than the number of |
The <P::index> is greater than the number of |
6813 |
cells or less than <DOM:-1>. |
cells or less than <DOM::-1>. |
6814 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6815 |
@@@@ImplNote: |
@@@@ImplNote: |
6816 |
@@@@@lang:en |
@@@@@lang:en |
6817 |
@@@@@@: |
@@@@@@: |
6818 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6819 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6820 |
@@Level[list]: |
@@Level[list]: |
6821 |
1 |
1 |
6822 |
2 |
2 |
6835 |
@@@Description: |
@@@Description: |
6836 |
@@@@lang:en |
@@@@lang:en |
6837 |
@@@@@: |
@@@@@: |
6838 |
The index of the cell to delete, starting from <DOM:0> |
The index of the cell to delete, starting from <DOM::0> |
6839 |
and in the document order. |
and in the document order. |
6840 |
@@@InCase: |
@@@InCase: |
6841 |
@@@@Value:-1 |
@@@@Value:-1 |
6855 |
@@@@@Description: |
@@@@@Description: |
6856 |
@@@@@@lang:en |
@@@@@@lang:en |
6857 |
@@@@@@@: |
@@@@@@@: |
6858 |
THe <P:index> is greater than or equal to the number |
THe <P::index> is greater than or equal to the number |
6859 |
of the cells or less than <DOM:-1>. |
of the cells or less than <DOM::-1>. |
6860 |
@@@@SpecLevel:2 |
@@@@SpecLevel:2 |
6861 |
@@@@ImplNote: |
@@@@ImplNote: |
6862 |
@@@@@lang:en |
@@@@@lang:en |
6863 |
@@@@@@: |
@@@@@@: |
6864 |
<SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
<SRC::DOM Level 1 Second Edition HTML, DOM Level 2 HTML> |
6865 |
(<P:index> cannot <DOM:-1> in DOM Level 1.) |
(<P::index> cannot <DOM::-1> in DOM Level 1.) |
6866 |
@@Level[list]: |
@@Level[list]: |
6867 |
1 |
1 |
6868 |
2 |
2 |
6944 |
@@@lang:en |
@@@lang:en |
6945 |
@@@@: |
@@@@: |
6946 |
The ordinal index of this cell in the row, |
The ordinal index of this cell in the row, |
6947 |
starting from <DOM:0> and in the document order |
starting from <DOM::0> and in the document order |
6948 |
(not the display order). |
(not the display order). |
6949 |
@@Get: |
@@Get: |
6950 |
@@@Type: |
@@@Type: |