--
You received this message because you are subscribed to the Google Groups "layout-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to layout-dev+unsubscribe@chromium.org.
To post to this group, send email to layou...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/layout-dev/5f8abef4-5ccb-4115-8f1f-aa3f09c99cd5%40chromium.org.
The difference between the browsers here is for flex, btw.
On Mon, Oct 9, 2017 at 10:46 AM, Rune Lillesveen <ru...@opera.com> wrote:
Looks like a height quirk difference.You should always make your content render in strict mode by having a <!DOCTYPE html> at the top of your html documents. That will make your button not take have that tall height in chromium browsers. However, quirks mode should be the same in all browsers for compat, so please report an issue at http://crbug.com/
On Mon, Oct 9, 2017 at 12:51 AM, <wsjb...@gmail.com> wrote:
This HTML/CSS snippet renders differently in Chrome 61 (on Windows 10), as opposed to FireFox and Edge. I posted an issue through the Chrome:settings -> About link, but there apparently won't be feedback from that channel, so I am cross-posting here.What is the difference? See snapshots below. In FireFox and Edge, the button is displayed at the same height as the word "Foo". In Chrome, the word "Foo" is rendered next to a button whose height consumes the entire window.Given the CSS attribute set on the button, Chrome's behavior makes sense. Is the rendering by Chrome correct, and the other two browsers are wrong to display the button at the same height as the word "Foo"?FireFox/Edge:Chrome:
--
You received this message because you are subscribed to the Google Groups "layout-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to layout-dev+...@chromium.org.
To post to this group, send email to layou...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/layout-dev/5f8abef4-5ccb-4115-8f1f-aa3f09c99cd5%40chromium.org.
--Rune Lillesveen--Rune Lillesveen
To unsubscribe from this group and stop receiving emails from it, send an email to layout-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/layout-dev/45999639-1a61-4313-a126-f316a3fd6983n%40chromium.org.