From 6c3d209e4847351e696fd5183c7075359379b964 Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Sat, 29 Sep 2012 23:00:30 +0200 Subject: [PATCH] Fixed some typos. Added to code sections. Fixed some of the example code --- implementation_plan.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 implementation_plan.md diff --git a/implementation_plan.md b/implementation_plan.md new file mode 100644 index 00000000..b1c50f68 --- /dev/null +++ b/implementation_plan.md @@ -0,0 +1,14 @@ +steps towards a working picture element +-------------------- +* Should I insist on compiling chromium with vanilla WebKit? +* HTMLPictureElement: public HTMLImageElement +* What do we want to do with ImageInnerElement? Should we duplicate a + similar one as HTMLPictureElement's shadow DOM, and can we use it as is? +* Add handling of tag to the PreloadScanner +* How can I do media queries eval inside the preload scanner? + MediaQueryMatcher? All I need to get started is get the window +dimensions from somewhere... +* How can I scan source tags with the preload scanner? +* What the hell does the HTMLTagNames.in syntax mean !?!?!? +* Add HTMLPictureElement.h include to HTMLElementFactory by changing + make_names.pl