A collection of HTML element and attribute style-normalizations
People
Repo info
Activity
Thierry Koblentz
@thierryk
I see your point, but that's catch-22... What is the priority? Users or vendor adoption?
Jonathan Neal
@jonathantneal
For normalize.css, I think it’d be too much to add in border-bottom when 0 browsers do it, or is this another exception?
Thierry Koblentz
@thierryk
normalize should go with text-decoration, because that's its job.
To me, the big difference between normalize and sanitize is that the former takes a "dumb" approach (not in the bad sense of the term) so it's easier to pick a style, with sanitize, there is much more than should be taken into consideration
Jonathan Neal
@jonathantneal
Yeap, best practices is its thing.
Thierry Koblentz
@thierryk
Normalize should only be about browsers... Not the case with sanitize
Jonathan Neal
@jonathantneal
Sure thing. I think I’ve been confused sometimes if you were suggesting changes for normalize.css or sanitize.css :)
I’ll switch to border-bottom on abbr, btw. Let me know if there’s an issue with [hidden][aria-hidden="false"]
Jonathan Neal
@jonathantneal
The old body v html.
Thierry Koblentz
@thierryk
I don't think [hidden][aria-hidden="false"] is really a thing
That's why I mentioned those last rules
As I'm not sure they have any value
I'll try a few things using your test page
Jonathan Neal
@jonathantneal
I ran it over with Hans Hillen the other day. He confirmed that [aria-hidden="false"] should be announced, and the example I gave him was when it was put alongside [hidden].
Thierry Koblentz
@thierryk
What I'm saying is that [hidden][aria-hidden="false"] should not be a thing, because the result of that is the same as removing hidden—which should make more sense. See what I mean?
_
Jonathan Neal
@jonathantneal
So there is no semantic way of marking up visually hidden without a class or data attribute then?
What a step backward :(
Jonathan Neal
@jonathantneal
Maybe “step” is the wrong word. But what a disappointment.
Whoa, neat. I’m very sorry that I’ve forgotten the context. Would you help me remember?
Chris Watson
@cwonrails
No problem, in an earlier discussion about using normalize with webpack I said webpack 2 would be making major changes
Jonathan Neal
@jonathantneal
Ah, I remember that now.
Jonathan Neal
@jonathantneal
Thanks all for the great contirbutions to normalize.css v4. If you have a minute, I’m looking for full-time opportunities, and I sure would appreciate a shout out or a retweet. https://twitter.com/jon_neal/status/745672465708265475
Joe
@JFSene
i love normalize.css
Jonathan Neal
@jonathantneal
:D
Cyril de Wit
@cyrildewit
Is it possible that you can add a normalize.scss file to the repi
Ohh sorry
Jonathan Neal
@jonathantneal
:)
Thierry Koblentz
@thierryk
@all what if we favored currentColor over inherit when we deal with color? What'd be the difference exactly? See necolas/normalize.css#617
Kiran Kumar Chirravuri
@kiran-nani
Hai there , I am not familiar with normalize.css, could any one take me to a tour of normalize.css.
alexts1993
@alexts1993
hi
G Naga Subrahmanyam
@GNSubrahmanyam
Hi All
Jonathan Neal
@jonathantneal
heyo
Haddag Abdelkader
@HaddagAbdelkader
Is normalize free for commercial use to be included into a (commercial) front-end framework?
Jonathan Neal
@jonathantneal
@HaddagAbdelkader, the license is MIT. That’s typically compatible with what you’re saying.
Haddag Abdelkader
@HaddagAbdelkader
Thank you. 😊👏
Sergey
@Safe-Mode
Hi, guys! How can I include normalize through gulp? I type to consol npm install --save normalize.css and what else?
Jonathan Neal
@jonathantneal
How are you including it on your page? Direct <link> ? Bundled into existing compiled CSS?