On 9/15/17 6:35 AM, Henri Sivonen wrote:
I'm assuming that anonymous frames count towards the
limit and a display: table-cell that doesn't belong to a table ends up
creating 5 frames. Correct?

Yes for both. It creates a table, table-row-group, table-row, table-cell, and a block inside the table cell.

and the numbers probably end up being such that the HTML parser won't be able to
protect against nested table-cells hitting the frame construction
limit without setting the HTML parser limit to something unreasonably
low.

In fairness, we're trying to protect against incompetence here, not malice. And the chance of someone actually accidentally producing that many nested table-cells is pretty low...

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to