Code Monkey home page Code Monkey logo

Comments (3)

miller avatar miller commented on July 28, 2024

这个难道不应该简写成

background:red url(images/bg.gif) no-repeat top right;

另外,这条规则的主要**是在保持正确性的前提下尽可能的节省代码量,不能因为存在潜在的问题而否定大部分有效的情况。

这条建议也可以加到注意事项中提醒大家注意副作用。

from styleguide.

foolyoghurt avatar foolyoghurt commented on July 28, 2024

是的,我的例子确实不恰当,我主要是想说明一下这个特性,可能更恰当的例子是下面这样

//css代码
body { background-color: #f8f8f8; }
.some { background-color: red; }
.some:hover { url(images/bg.gif) no-repeat top right; }

本意是想在.some元素上hover时改变背景图片,但是背景图片如果加载失败了,那么背景色并不是变为原本的red,而是#f8f8f8,可能这并不是我们想要的结果。如果总是将简写中属性写全那么就不会有这个问题,但貌似很多人在简写时都只是写部分属性

from styleguide.

miller avatar miller commented on July 28, 2024

是的,这样的情况确实存在,我在这条规则后增加了注意事项以及你提供的参考链接。
另外,Code Guide by@mdo: Shorthand notation的规范展现风格很赞啊,后续可以参考下。

from styleguide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.