[Webkit-unassigned] [Bug 20172] [XBL] XBL elements should not be rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 25 12:57:47 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20172


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22477|review?                     |review-
               Flag|                            |




------- Comment #3 from hyatt at apple.com  2008-07-25 12:57 PDT -------
(From update of attachment 22477)
Renderers for shadow content are going to be created when you clone the shadow
content templates.  The original tree is not going to have any renderers for
the shadow content template.  Only the clones will have renderers.

In order to just make sure the main XBL document tree has no renderers, you
just need a couple of style rules added to html4.css.

These style rules are described in the spec:

http://www.w3.org/TR/xbl/#xbl-elements

@namespace xbl url(http://www.w3.org/ns/xbl);
xbl|* { display: none; }
xbl|div { display: block; }


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list