[Webkit-unassigned] [Bug 44650] Support element() CSS image type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 18:34:33 PST 2012


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


Joseph Pearson <joseph at inventivelabs.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph at inventivelabs.com.au




--- Comment #8 from Joseph Pearson <joseph at inventivelabs.com.au>  2012-01-31 18:34:31 PST ---
I've been quietly riding this bug for a few months, so I thought I'd contribute why this would be huge for our project (the open-source ebook library, Monocle).

Here's a (Flipboard-inspired) example that works in Firefox 11:

   http://monocle.inventivelabs.com.au/static/scripts/src/test/experimental/moz-element-flipper/index.html


Our general use case for element(): we display "pages" as overlapping frames. Right now we load the content into multiple iframes — this is suboptimal for large/complex content, common in ebooks. element() would let us load the content just once into an "origin" iframe, and echo it for visual effects. An example of our current approach: http://monocle.inventivelabs.com.au/static/scripts/src/test/showcase/01-velveteen/index.html

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


More information about the webkit-unassigned mailing list