what is the max number css rules I can specify in style sheet per browser -


What is the maximum number of CSS rules that I can specify in the style sheet in each browser.

  • Any rule after 4,095 has been ignored

    • Li>
    • @import , & lt; Link & gt; or & lt; Style & gt; Any stylesheet first 31
    • @import statements are ignored for the foundation of 4 or more levels

    In these bounds they are underlined

  • A stylesheet can have 65,534 rules
  • A document can use up to 4,095 stylesheet
  • @ Import NESTING has no longer its limit

There is no such limit for other browsers, but in principle Many of those execution problems include unused CSS rules

various sources:




Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -