Quelques conférences sur les tests et les bugs, puis un hackathon pour écrire des tests sur html5, css, indexDB… (et des trucs plus obscures comme WebIDL)
Il y avait pas mal de gens du CSSWG (David Baron, Fantasai, Daniel Glazman…) pendant le hackathon, ce qui était sympathique pour poser des questions ou voir leurs échanges pendant qu'ils travaillaient :o)
Mozilliens francophones : Jeremie, David Bruant, Thomas Bassetto, Anthony Ricaud, Pandark
Quelques confs pour préparer le hackathon du lendemain
http://leaverou.github.com/prefixfree/
/* http://darobin.github.com/test-harness-tutorial/docs/using-testharness.html https://github.com/jgraham/testharness.js */ <script src="/ressources/testharness.js"> <script src="/ressources/testharnessreport.js"> Test are isolated even if they are in the same file
Not too short description/name Don’t link to your website, attach your tests If needed video (very interactive bug…), use screencast.com
Mobile, phonegap, …
Use Editor’s Draft, not TR, red not blue :oÞ ie10, opera, webkit, fx (v.16 new API)
The ordering of exceptions is not defined in the spec yet → check common order in browser and add to the spec… /* localStorage = syncrone inndexDB = async, bigger… */
→ http://www.w3c-test.org/html/tests/reporting/TestTheWebForward_Paris_2012.pdf http://www.w3.org/html/wg/ → Working group http://www.w3c-test.org/ http://dvcs.w3.org/hg
http://www.w3.org/TR/html5/single-page.html#semantics
Prez' + Démo
http://www.w3.org/TR/css3-values/ not very tested, bugs in many implementations attribut reference not very much implemented
Hackathon : écriture de tests sur HTML5, CSS et autres WebIDL, ou portages de tests d'Apache Cordova (utilisant jasmine.js) vers des tests utilisables par le w3c (utilisant testharness.js)