mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead of making all the built in attributes be global we match them to the elements they actually apply to. I also removed a bunch of attributes that no longer work in Sky (but haven't been removed from HTMLAttributeNames.in) yet, or which we plan to remove. I also removed the title property from HTMLElement. The <sky-box> widget forgot to declare its title attribute and no error was generated because of the title property existing on all elements. Sky doesn't have this so lets remove the API now and clean up the C++ later. R=ojan@chromium.org Review URL: https://codereview.chromium.org/807243003