[Bug 5793] Cross-reference "as if"

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5793


Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch>  2008-06-30 23:16:24 ---
So I tried doing this and I failed. Many of the "act as if" points are
late-binding dynamic dispatch type points. For example, you come across an <li>
while dealing with SVG, and so you fake a </p>, but that has to go through the
rules for foreign content first. So I can't point from the <li> rules to the
</p> rules in "in body". The same applies to any number of other cases. I am
not confident that I can include the right links for every case.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 30 June 2008 23:16:58 UTC