[Bug 24042] [imports]: document.write() in imports should do nothing.

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

--- Comment #9 from Anne <annevk@annevk.nl> ---
I see you filed the bug yourself, thanks!

In general we should avoid monkey patching. 1) A specification may not be aware
of the patches being applied and invalidate them. 2) Readers of a specification
may not be aware of the patches being applied and write code that turns out to
be wrong due to patches. 3) If patches start getting applied from multiple
sources the mental model quickly becomes too hard and mistakes start creeping
in all over.

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

Received on Wednesday, 12 February 2014 11:22:06 UTC