HTML-Object
view release on metacpan or search on metacpan
lib/HTML/Object/DOM/Element.pm view on Meta::CPAN
Se L<for more information|https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML>
=head2 inert
A boolean value indicating whether the user agent must act as though the given node is absent for the purposes of user interaction events, in-page text searches (C<find in page>), and text selection.
See L<Mozilla documentation|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert> for more information.
=head2 innerText
Represents the rendered text content of a node and its descendants. As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard. This returns a L<string ...
When setting some values, this method will ensure that HTML characters are escaped, namely: C<< < >>, C<< > >> and new lines are preceded by the C<< <br /> >> tag.
When the value is retrieved, this is reversed.
See L<Mozilla documentation|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText> for more information.
See also L<HTML::Object::DOM::Node/textContent>, L<HTML::Object::Element/as_text> and L<HTML::Object::XQuery/text>
=head2 inputMode
( run in 3.715 seconds using v1.01-cache-2.11-cpan-2398b32b56e )