Skip to content

Commit

Permalink
Fixed some typos. Added to code sections. Fixed some of the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Sep 29, 2012
1 parent ee7469b commit 6c3d209
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions implementation_plan.md
Original file line number Diff line number Diff line change
@@ -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 <picture> 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

0 comments on commit 6c3d209

Please sign in to comment.