Form association is done in the constructor of HTML elements, but it will be moved outside.
The code path in HTMLConstructionSite diverges due to form association at some point, it can be converged once form association is done outside the constructor.
Steps:
1. New interface for form associated elements
2. Move form association code from constructors to new interface virtual function
3. Clean up code
Form association is currently done in the constructor of HTML elements.
The code path in HTMLConstructionSite diverges due to form association.
Form association will be moved outside HTML element constructors allowing the code paths in HTMLConstructionSite to converge.
Steps:
1. New interface for form associated elements
2. Move form association code from constructors to new interface virtual function
3. Clean up code
Form association is currently done in the constructor of HTML elements.
The code path in HTMLConstructionSite diverges due to form association.
Form association will be moved outside HTML element constructors allowing the code paths in HTMLConstructionSite to converge.
Steps:
1. New interface for form associated elements
2. Move form association code from constructors to new interface virtual function
3. Clean up code
4. Converge code paths in parser
Comment 1 by yurak@google.com
, Dec 8 2016