query-head
and query-body
attributeUse the query-head
and query-body
attributes to
extract specific elements from
<head>
/<body>
from the
iframe
. These are the defaults:
query-head
: ""
(nothing is extracted)query-body
: "body > *" (everything is
extracted)
Elements from head
are always moved to the head
of
the parent document, while elements from body
are extracted at
the place of the component.