CSS 2.1 errors: not a known property name

前端 未结 5 1663
逝去的感伤
逝去的感伤 2021-02-04 10:39

Here is my code, I got it from an AJAX sample:

body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin:0;
    padding:0;
    border:none;
}

body
{
    backgrou         


        
5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 10:48

    The errors you are getting are validation errors. Opacity and filter are not in the CSS 2.1 spec despite being supported by all major browsers.

提交回复
热议问题