What namespace should be defined in Firefox's userContent.css?
问题 In Firefox's userChrome.css, it is necessary to define the XUL namespace: @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); In userContent.css, what namespace should be defined if about:addons customizations are included in addition to website customizations? Specifying only: @namespace url(http://www.w3.org/1999/xhtml); results in the about:addons customizations not getting applied. (See Why are CSS declarations for about:addons placed in userContent and not