-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some typos. Added to code sections. Fixed some of the example code
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |