Skip to content

Commit

Permalink
mention that the DOM structure is very dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 19, 2013
1 parent 6da36db commit 8519c0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -710,7 +710,8 @@ if a C<charset> has been defined.
my $tree = $dom->tree;
$dom = $dom->tree(['root', [qw(text lalala)]]);
Document Object Model.
Document Object Model. Note that this structure should only be used very
carefully since it is very dynamic.
=head2 type
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/DOM/CSS.pm
Expand Up @@ -602,7 +602,8 @@ L<Mojo::DOM::CSS> implements the following attributes.
my $tree = $css->tree;
$css = $css->tree(['root', [qw(text lalala)]]);
Document Object Model.
Document Object Model. Note that this structure should only be used very
carefully since it is very dynamic.
=head1 METHODS
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -405,7 +405,8 @@ Charset used for decoding and encoding HTML/XML.
my $tree = $html->tree;
$html = $html->tree(['root', [qw(text lalala)]]);
Document Object Model.
Document Object Model. Note that this structure should only be used very
carefully since it is very dynamic.
=head2 xml
Expand Down

0 comments on commit 8519c0d

Please sign in to comment.