* text.texi (Document Object Model): Typo fix
This commit is contained in:
parent
41a1fd3638
commit
b67e8b793f
1 changed files with 2 additions and 2 deletions
|
@ -4422,8 +4422,8 @@ Simple accessors:
|
|||
@item dom-tag @var{node}
|
||||
Return the @dfn{tag} (also called ``node name'') of the node.
|
||||
|
||||
@item dom-attr @var{node} @var{attributes}
|
||||
Return the value of @var{attributes} in the node. A common usage
|
||||
@item dom-attr @var{node} @var{attribute}
|
||||
Return the value of @var{attribute} in the node. A common usage
|
||||
would be:
|
||||
|
||||
@lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue