diff --git a/README.md b/README.md index 59df8c7..6c8ca4b 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,13 @@ As the universal tab does inject HTML/CSS into the DOM, some there are some requ 1. Background images must not be attached to the `````` element. 2. Absolutely positioned elements must not be positioned relative to the `````` element. -Any background image or absolutely positioned element attached to the ```body``` element would not move with the rest of the contents when the tab slides open. Instead, any such background or element should be attached to anoter HTML element in the page (a wrapper div, for example). Note that this issue does not apply to solid background colors, or backgrounds that do not vary vertically (solid vertical stripes, for example). \ No newline at end of file +Any background image or absolutely positioned element attached to the ```body``` element would not move with the rest of the contents when the tab slides open. Instead, any such background or element should be attached to anoter HTML element in the page (a wrapper div, for example). Note that this issue does not apply to solid background colors, or backgrounds that do not vary vertically (solid vertical stripes, for example). + +Testing Bookmarklet +------------------- +To test the universal tab on your mozilla website, create a new bookmark with the contents of this file as the Location. Then, click this bookmarklet while on one of your pages to see how the tab will appear on your site. + +Note the following limitations of the bookmarklet: + +* The tab is aligned to the top right of the viewport, not the top-right of your layout, as it should be. +* The tab has a float:left; which may interfere with other content on your page, or slip behind other elements and be invisible. \ No newline at end of file