Status: Started Owner: ihab.awad Labels: Type-Defect Priority-Medium YUI
New issue 1091 by ihab.awad: <form> with ID causes html-emitter error http://code.google.com/p/google-caja/issues/detail?id=1091 Cajole the following <form id="x"></form> The result is a runtime error, "element is null", in bridal.js. This seems to be because html-emitter buildIdMap() is not getting the <form> node when it does: var descs = base.getElementsByTagName('*'); -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
