files/en-us/mozilla/firefox/releases/3.6/updating_themes/index.md
This article intends to help theme authors update Firefox-3.5-compatible themes for Firefox 3.6 compatibility.
contents.rdf is not supported anymore, you need to use chrome.manifest instead.
XUL textboxes don't have the empty attribute anymore, but isempty instead. So instead of textbox[empty="true"], you need to use textbox[isempty="true"].
The [chromedir="rtl"] and [chromedir="ltr"] selectors have been obsoleted and won't work anymore on most elements. Instead, you need to use the new {{ cssxref(":-moz-locale-dir_rtl", ":-moz-locale-dir(rtl)") }} and {{ cssxref(":-moz-locale-dir_ltr", ":-moz-locale-dir(ltr)") }} selectors. See also: Making sure your theme works with RTL locales.
The tabbed browser implementation no longer has a Mac-specific tabs-closebutton-box; instead, all platforms use the same names to identify the components of the tab strip.
There's a new Full Screen toolbar button available from the Customize Toolbar dialog.