[Bug 22560] [imports]: Recursion?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22560

--- Comment #4 from Nathan Hammond <w3.org@nathanhammond.com> ---
I think it is easiest to describe by example:

***

GET /recursion.html

<html>
<head><title>RECURSION!</title></head>
<body>
<h1>This is recursion.html</h1>
<iframe src="/recursion.html" />
</body>
</body>
</html>

***

- Firefox currently doesn't render the iframe's content at all.
- WebKit (Chrome + Safari) renders one deep.
- Opera (Presto) renders 4 deep.
- Cycles stop at number in cycle (N) * (rendering depth) from above.

What *should* the behavior be for the representation of rendering for recursive
imports? It doesn't appear to be specified anywhere as there isn't a single
agreeing implementation across the three engines I have readily accessible.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 July 2013 03:45:33 UTC