things that need event loop treatment: - javascript: execution - navigation/history traversal/updating session history workers - AbstractWorker shouldn't have onclose appcache stuff - iframes need some sort of solution - map tiles are cross-domain, so can't be oppcache - if we remove oppcache, how do we do map tiles without script - if entries are to be expired, should define which to expire first - based on explicit vs api, headers, fifo? video - event to say when the amount of available buffered data is less than N bytes threshold (buffer underrun) - remove |buffered| TimeRanges? it requires forward decoding! - expose frame rate, expose drop rate somehow, maybe with event to avoid polling (except feedback from justinoh) WF2 changes (may be incomplete, and may change again -- some changes were just for my convenience) - xml submission - form filling - select filling - associating with multiple forms - dispatch*() on controls - repetition templates - inputmode - input type=file no longer supports min/max -- max is 1 again - file can't have typeMismatch (allow isn't authoritative) - textarea.pattern - textarea.accept - RFC3106 = submit() no longer checks validity = validity checking processing model changed a bit = range defaults to middle, not min = step is always floating point, even for week/month/date, which leads to counterintuitive results + multiple="" on type=file -------------------------------------------------------------------------- problems have simpler solutions Misc - rel=image_src