Be aware of Chrome's new table layout engine

11 points by duncans 4 years ago | 8 comments
  • EMM_386 4 years ago
    Note the comments on some of these bug fixes:

    > Interoperability: matches Firefox.

    This is why it is so critical to have multiple browsers with independent engines.

    Apparently Firefox was adhering to the standards correctly and Chrome now matches this output.

    If there was no Firefox, would anyone care? It may have been caught but not as easily as if users are complaining that a site "doesn't look right in Chrome, but looks fine in Firefox".

    • wayneftw 4 years ago
      > This is why it is so critical... It may have been caught but not as easily...

      Yeah, sounds really critical for that extra slight degree of issue detection.

    • WalterGR 4 years ago
      • Macha 4 years ago
        According to the check this site does, apparently Firefox has Chrome's new table layout engine
        • masklinn 4 years ago
          So does Safari on iOS.

          Given the introduction of the spec is about correctness I… guess that means they already implemented whatever the site checks for correctly?

          • ilkkao 4 years ago
            There's no JavaScript on that page so I guess the HTML used as the test

            <tr id="enabled" style="position: sticky; top: 1px; left: 0;"><th>YES</th></tr> <tr><td id="notenabled">NO</td></tr>

            should just say if you still have the Chrome table rendering bugs or not.

            • saagarjha 4 years ago
              As does Safari.
            • pwinnski 4 years ago
              On my Mac, Chrome says NO, while Safari says YES. Which seems odd, given the complaints about Safari's implementation of tables on the linked page.