3456 |
@@@nullCase: |
@@@nullCase: |
3457 |
@@@@enDesc: |
@@@@enDesc: |
3458 |
No class is set. |
No class is set. |
3459 |
|
@@@ImplNote: |
3460 |
|
@@@@lang:en |
3461 |
|
@@@@@: |
3462 |
|
<IF::DOMTokenString> and <IF::DOMStringList> shuld also be supported. |
3463 |
@@Return: |
@@Return: |
3464 |
@@@Type: HTMLAnchorElement |
@@@Type: HTMLAnchorElement |
3465 |
@@@enDesc: |
@@@enDesc: |
3591 |
}__; |
}__; |
3592 |
|
|
3593 |
@enImplNote: |
@enImplNote: |
3594 |
ISSUE: Array should be allowed for setting className? |
{TODO:: |
3595 |
(Waiting for WA1) |
<P::classArg>s should also accept <IF::DOMTokenString> (HTML5) |
3596 |
|
and <IF::DOMStringList> (DOM3) and any Perl array references. |
3597 |
|
(Pending until the publication of a fixed draft of HTML5) |
3598 |
|
} |
3599 |
|
|
3600 |
@Method: |
@Method: |
3601 |
@@Name: appendNewPhrase |
@@Name: appendNewPhrase |
3608 |
Element type namespace URI. |
Element type namespace URI. |
3609 |
@@@nullCase: |
@@@nullCase: |
3610 |
@@@@enDesc: |
@@@@enDesc: |
3611 |
The default value, <URI::http://www.w3.org/1999/xhtml>, |
The HTML namespace URI, <URI::http://www.w3.org/1999/xhtml>, |
3612 |
is used. |
is assumed. |
3613 |
|
\ |
3614 |
|
{NOTE:: The <DOM::null> namespace is not supported. |
3615 |
|
} |
3616 |
@@Param: |
@@Param: |
3617 |
@@@Name: localNameArg |
@@@Name: localNameArg |
3618 |
@@@Type: DOMString |
@@@Type: DOMString |
3620 |
Element type local name. |
Element type local name. |
3621 |
@@@nullCase: |
@@@nullCase: |
3622 |
@@@@enDesc: |
@@@@enDesc: |
3623 |
No element is added. |
No element is added and the <P::namespaceNameArg> is ignored. |
3624 |
@@Param: |
@@Param: |
3625 |
@@@Name: textArg |
@@@Name: textArg |
3626 |
@@@Type: DOMString |
@@@Type: DOMString |
3627 |
@@@enDesc: |
@@@enDesc: |
3628 |
Text content of the newly created element. |
Text content of the newly created element. |
3629 |
If <P::localNameArg> is <DOM::null>, the <P::textArg> |
If <P::localNameArg> is <DOM::null>, the <P::textArg> |
3630 |
is directly appended to this element. |
is directly appended to this element as a new <IF::Text> node. |
3631 |
@@@nullCase: |
@@@nullCase: |
3632 |
@@@@enDesc: No text node is added. |
@@@@enDesc: No text node is added. |
3633 |
@@Param: |
@@Param: |
4184 |
inserted immediately before the <P::index>th <HE::dt> element. |
inserted immediately before the <P::index>th <HE::dt> element. |
4185 |
Otherwise, a <HE::li> element is inserted |
Otherwise, a <HE::li> element is inserted |
4186 |
immediately before the <P::index>th <HE::li> element. |
immediately before the <P::index>th <HE::li> element. |
4187 |
|
@@enImplNote: |
4188 |
|
This behaviour may be changed if the HTML5 introduces |
4189 |
|
the <QUOTE::di> element type which contains pair of <HE::dt> |
4190 |
|
and <HE::dd> elements. |
4191 |
@@Param: |
@@Param: |
4192 |
@@@Name:index |
@@@Name:index |
4193 |
@@@Type:DOMMain|long||ManakaiDOM|all |
@@@Type:DOMMain|long||ManakaiDOM|all |