Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BlackBerry 10 browser in the list of supported platforms #44

Open
lsale opened this issue Jan 10, 2013 · 7 comments
Open

Add BlackBerry 10 browser in the list of supported platforms #44

lsale opened this issue Jan 10, 2013 · 7 comments

Comments

@lsale
Copy link

lsale commented Jan 10, 2013

For each HTML element we should confirm whether it's supported on BlackBerry 10. I can provide the list of tags that are correctly parsed by the browser engine.

@jonathantneal
Copy link
Member

Awesome. Thanks for opening an issue about this. Based on this and your email, I am wondering, how do you want to contribute these changes? Pull requests? Info dump and we update the tables?

@lsale
Copy link
Author

lsale commented Jan 10, 2013

I can go though each chapter and make sure the elements work on BlackBerry 10 browser, feed back the results and then we update the tables? How does that sound?

@jonathantneal
Copy link
Member

Sounds good to me!

@jonathantneal
Copy link
Member

How is this going, @lsale?

@lsale
Copy link
Author

lsale commented Feb 1, 2013

http://diveintohtml5.info/canvas.html
Canvas element
Canvas.html - line 24: add “BlackBerry”
Canvas.html - line 26: add “10”
Simple shapes
Canvas.html - line 61: add “BlackBerry”
Canvas.html - line 63: add “10”
Canvas paths
Canvas.html - line 171: add “BlackBerry”
Canvas.html - line 173: add “10”
Canvas text
Canvas.html - line 269: add “BlackBerry”
Canvas.html - line 271: add “10”
Canvas gradients
Canvas.html - line 351: add “BlackBerry”
Canvas.html - line 355: add “10”
Canvas Images
Canvas.html - line 440: add “BlackBerry”
Canvas.html - line 442: add “10”
Canvas.html - line 456: float canvas element to the left

http://diveintohtml5.info/video.html
Video
Video.html – line 25: add “BlackBerry”
Video.html – line 27: add “10”

Video codecs
Video.html - ~line 142: add “BlackBerry 10 supports both H.264 and MPEG-4 but not WebM or Ogg Theora” (or something to that effect)
Video.html - line 160: add “BlackBerry”
Video.html – line 162: add “·”
Video.html - line 163: add “10”
Video.html – line 164: add “·”
Video.html – line 179: add “10”

http://diveintohtml5.info/geolocation.html
Geolocation
geolocation.html – line 41: add “BlackBerry”
geolocation.html – line 43: add “10”

http://diveintohtml5.info/forms.html
Placeholder Text
forms.html - line 29: add “BlackBerry”
forms.html - line 31: add “10”
Autofocus Fields
forms.html - line 70: add “BlackBerry”
forms.html - line 72: add “·” (turns out we don’t support this (makes sense though)
Date Picker
forms.html - ~line 322: add “BlackBerry”
forms.html - ~line 334: add “10”
forms.html - ~line 344: add “10”
forms.html - ~line 354: add “10”
forms.html - ~line 364: add “10”
forms.html - ~line 374: add “&middot” (We don’t support “week”)
forms.html - ~line 383: add “10”
Search
forms.html - line 459: edit: “Google Chrome, which shares much technology with Safari under the hood, also exhibits this behavior” to “Google Chrome and BlackBerry 10, which share much technology with Safari under the hood, also exhibit this behavior”
Form Validation
forms.html - line 495: add “BlackBerry”
forms.html - line 497: add “10”
Required
forms.html - line 535: add “BlackBerry”
forms.html - line 537: add “10”

http://diveintohtml5.info/history.html
History
history.html – line 56: add “BlackBerry”
history.html – line 58: add “10”

http://diveintohtml5.info/offline.html
Offline support
offline.html – line 27: add “BlackBerry”
offline.html – line 29: add “10”

http://diveintohtml5.info/storage.html
Storage
storage.html – line 68: add “BlackBerry”
storage.html – line 70: add “10”
Web SQL support
storage.html – line 260: add “BlackBerry”
storage.html – line 262: add “10”

@lsale
Copy link
Author

lsale commented Feb 1, 2013

I hope the format is okay!

@jonathantneal
Copy link
Member

Thanks, @lsale. I'll look into adding these over the next day or two, and I'll reference this issue in the commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants