Git Product home page Git Product logo

Comments (5)

jonathantneal avatar jonathantneal commented on July 3, 2024 2

@yuheiy, yes to what @abhishekrawat22 has written. ๐Ÿ‘

It might be good to update this comment from "Remove" to "Prevent". It is a browser normalization (which basically means "bug fix" in this project) because table { text-indent: 0 } ships in Firefox, and it shipped in Internet Explorer. However, now that Firefox is the minority, we should either file bugs with WebKit and Chrome; or do the opposite, normalize Firefox in this project and file a bug with Mozilla.

https://searchfox.org/mozilla-central/source/layout/style/res/html.css#269 (see also resource://gre-resources/html.css in Firefox itself)

from sanitize.css.

yuheiy avatar yuheiy commented on July 3, 2024 1

@abhishekrawat22 @jonathantneal Thank you for the explanation.

This is just my opinion, but it seems more natural to normalize Firefox. This is because that property is inherited by default.

from sanitize.css.

abhishekrawat22 avatar abhishekrawat22 commented on July 3, 2024

If you will see in the browser its default value is initial which itself refers to the default value. But default value can be changed in the parent. So declaring text-indent: 0 will keep us on safe side.

from sanitize.css.

yuheiy avatar yuheiy commented on July 3, 2024

Here's what I found out after investigating again:

It seems that inherited is in the minority.

from sanitize.css.

jonathantneal avatar jonathantneal commented on July 3, 2024

Well, thatโ€™s fun. Very well, 0 it stays, after all.

from sanitize.css.

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.