New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the gap #843
Comments
thank you
mið., 28. okt. 2020 kl. 15:50 skrifaði Kavindu Santhusa <
notifications@github.com>:
… Remove the gap between audio, canvas, iframes,images, videos and the
bottom of their containers
- audio,
- canvas,
- iframe,
- img,
- svg,
- video
i suggest:
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
you added this as:
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
can you explain me
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#843>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM6WJFF5FXNZ6H3DS6YS2OTSNA4VJANCNFSM4TCQJJQQ>
.
|
Is this something that most browsers are already doing, and only a few are not? (This project is only for normalizing the differences between browsers, not making opinionated changes that affect all browsers.) |
normalize should support many browsers |
we should use |
What browsers are using baseline? |
its the default
|
Rule # 1 of web design: NEVER rely on, or quote, W3Schools as a reliable resource.
It does that. I never suggested otherwise.
What?? In your first post you suggested |
why? |
i learned |
https://meta.stackoverflow.com/questions/280478/why-not-w3schools-com It's not as bad as it used to be, but MDN has always been a better and more reliable resource. |
thank you very much |
Remove the gap between audio, canvas, iframes,images, videos and the bottom of their containers
i suggest:
you added this as:
can you explain me
The text was updated successfully, but these errors were encountered: