Author: b...@google.com
Date: Thu May 21 06:55:33 2009
New Revision: 5453

Modified:
    wiki/StyleInjector.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/StyleInjector.wiki
==============================================================================
--- wiki/StyleInjector.wiki     (original)
+++ wiki/StyleInjector.wiki     Thu May 21 06:55:33 2009
@@ -46,6 +46,6 @@

  = Caveats =

-Certain browsers have an upper bound on the total number of stylesheets  
that can be injected.  In this case, StyleInjector will append to  
previously-created stylesheets when `injectStylesheet` is called.  If the  
developer wishes to maintain relative ordering of CSS content, the  
`injectStylesheetAtEnd` and `injectStylesheetAtStart` methods should be  
used instead of `injectStylesheet`.
+Certain browsers have an upper bound on the total number of stylesheets  
that can be injected.  In this case, StyleInjector will append to  
previously-created stylesheets when `injectStylesheet()` is called.  If the  
developer wishes to maintain relative ordering of CSS content, the  
`injectStylesheetAtEnd()` and `injectStylesheetAtStart()` methods should be  
used instead of `injectStylesheet()`.

-In general, it is more efficient to concatenate the output of multiple  
CssResource instances before injecting the CSS to reduce the amount of time  
the CSS is re-parsed by the browser.
+In general, it is more efficient to concatenate the output of multiple  
CssResource instances before injecting the CSS to reduce the number of  
times the CSS is re-parsed by the browser.
\ No newline at end of file

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to