সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

!important / @namespace

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 23 দেখুন
  • শেষ জবাব দ্বারা deanone

more options

Is it still necessary to use both !important and @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul) inside userChrome?

Is it still necessary to use both ''!important'' and ''@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul)'' inside userChrome?

সমাধান চয়ন করুন

I've been on a warpath against using @namespace for nearly four years. Ref. https://www.userchrome.org/adding-style-recipes-userchrome-css.html#namespaces

You need !important in many cases to overcome the sometimes unpredictable way that browsers apply the precedence rules of the CSS cascade: https://developer.mozilla.org/docs/Web/CSS/Cascade

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 0

All Replies (2)

more options

চয়ন করা সমাধান

I've been on a warpath against using @namespace for nearly four years. Ref. https://www.userchrome.org/adding-style-recipes-userchrome-css.html#namespaces

You need !important in many cases to overcome the sometimes unpredictable way that browsers apply the precedence rules of the CSS cascade: https://developer.mozilla.org/docs/Web/CSS/Cascade

more options

Thanks for that. I have been suspicious of @namespace for some time. I will omit it for the time being.