SlideShare a Scribd company logo
What’s New in 

Web Standards?
Daniel Appelquist (@torgo)
Open Web Advocate, Telefónica Digital
Co-Chair, W3C Technical Architecture Group
The Web is Evolving
•

The Web is now a mobile platform

•

Video, 2d & 3d graphics

•

Increasing primacy of JavaScript

•

Peer to peer communication technologies

•

Sophisticated platform APIs

•

Threat from native application environments
WebRTC
•

WebRTC is real-time video, audio, data peer-to-peer
browser-to-browser

•

Makes it easy to build “Skype in your browser”

•

(by the way, Telefónica’s own TokBox/OpenTok API is a
WebRTC-based product)

•

VP8 or h.264 as mandatory codec

•

Why does it matter? Could mean the difference
between interoperable WebRTC and WebRTC “islands”
DRM (EME) Debate
•

Proposed draft extension spec
to HTML5 to support
“protected (video) content”

•

The HTML working group has
a draft - Google, Microsoft,
Netflix

•

Lots of controversy
While we are not in favor of
DRM, we do hear from many
users who want to watch
streaming movies to which
they rent access rather than
“buy to own”.
-Brendan Eich, CTO of Mozilla

The W3C has a duty to send the
DRM-peddlers packing, just as the
US courts did in the case of digital TV.
There is no market for DRM, no
public purpose served by granting a
veto to unaccountable, shortsighted
media giants who dream of a world
where your mouse rings a cashregister with every click and
disruption is something that happens
to other people, not them.
-Cory Doctorow, Author and Futurist

For me the open web and
the internet are tools that we
use to express democratic
values, political discourse,
parody, use and sharing of
culture - DRM does not fit in
this image because it is
made not to do that.
- Amelia Andersdotter, EMP,
The Pirate Party

The W3C community is currently
exploring Web technology that will
strike a balance between the rights of
creators and the rights of consumers.
In this space in particular, W3C seeks
to lower the overall proprietary
footprint and increase overall
interoperability, currently lacking in
this area.
-Tim Berners-Lee, Director of W3C
System Applications
•

What’s a “system application API”? Something
outside the Web? Yes and no.

•

Web features that are privileged - and carry
security risks

•

Task scheduler (née Alarms), Contacts,
Messaging, Telephony, Raw Sockets…

•

Future: Bluetooth, Secure Element (smartcard),
System Settings, Network Interface, Calendar…
Web & Mobile Interest
Group
•

Taking forward the work of CoreMob

•

“Accelerate the development of Web technology so that it becomes
a compelling platform for mobile applications and the obvious
choice for cross platform development.”

•

Looking at end to end scenarios on mobile and what specs are
needed to support these

•

Collecting data and promoting the issues the group things are
important / key missing elements/APIs/capabilities in the Web stack

Web&Mobile IG: www.w3.org/Mobile/IG/

CoreMob report: coremob.github.io/coremob-2012/
The Future of Installable
Webapps?
•

Demonstration in Shenzhen:

Firefox OS and Tizen phones with
same installable (hosted)
webapps

•

W3C (draft) JSON manifest file

•

Stock Firefox OS / customized
Tizen

•

“Install to home screen” as a core
feature of the Web
Push API
•

The use case: Web applications that can remotely invoke
alerts on your device
•

•

Familiar feature of native platforms

W3C Push API almost done
•
•

•

Uses a configurable push server
Survived patent “exclusion” from Nokia

Meanwhile, Apple push API has been released with
Mavericks Safari
/* Hypothetical end-to-end flow!
+--------+
+--------+
+--------+
+--------+!
| webapp |
| user |
| push |
| app
|!
|
|
| agent |
| server |
| server |!
+--------+
+--------+
+--------+
+--------+!
|
|
|
|!
|-----register------>|
|
|!
|
|
|
|!
|
(user accepts)
|
|!
|
|
|
|!
|
|<-setup push service->|
|!
|
|
|
|!
|<---success---------|
|
|!
|
|
|
|!
|<--activate service with PushService attributes----------------->|!
|
|
|
|!
|
|
|<--push notification-|!
|
|
|
per service API
|!
|
|
|
|!
|
|
(match to user agent)
|!
|
|
|
|!
|
|<--push notification--|
|!
|
| per service protocol |
|!
|
|
|
|!
|
(match to webapp)
|
|!
|
|
|
|!
|<---system message--|
|
|!
|
|
|
|!
*/
Advances in Offline :

Service Worker
•

Off-line is hard; HTML5 “Appcache” doesn’t work well

•

Service worker: a new architecture to support offline
webapps

•

A separate JavaScript worker that can act as an
application-specific proxy

•

Some assembly required: you’re the application
developer, you decide how much off-line service logic
your app needs and you build it
Web Payments
•

How can the Web better support payments as a first
class citizen?

•

The stakeholders include traditional financial COs (banks,
credit cards, infrastructure), Mobile Operators, traditional
disruptors (Paypal, etc…), new disruptors (Bitcoin, etc…)

•

Can Web standards play a role?

(e.g. Web crypto, access to the “secure element”)

•

Workshop happening: 24-25 March 2014, Paris

Bring all stakeholders together - watch this space
HTTP 2.0
•

IETF specification in working draft phase but
consolidating quickly

•

Incorporates many improvements on HTTP from Google’s
SPDY work

•

Confirmed last week by HTTP (IETF) working group chair:
HTTP 2.0 will only run over TLS (secure connection)

•

On the horizon: QUIC

UDP-based transport protocol + security + multiplexing could radically improve Web performance
Securing the Internet / Web
•

“Post-Snowden”

•

Lots of energy in IETF (e.g. secure http2)

•

Lots of discussion in W3C - somewhat less
consensus

•

What can W3C do to “harden” the Web?
•

Highlight Security Best Practices; Web Crypto
API; Focus on the UI of security in the browser
TAG Election
•

Technical Architecture Group - a technical
steering board for Web Standards

•

2 seats up for election this year - nominations in
by 29 November

•

W3C member companies can nominate, but
nominees can be from anywhere

•

Follow us at @w3ctag, check out our work on
Github: github.com/w3ctag
What’s the TAG Working On?
•

Review and feedback - Web Audio, WebRTC, Web Components, Push
API, Web Animations, Web Crypto

•

Helping with liaisons, especially with IETF (HTTP, JSON) and 

ECMA TC39 (Javascript, JSON)

•

Capability URLs best practices

•

API Design Guide

•

Extensible Web

•

Offline Web

•

EME - architectural issues thereof

•

“Secure the Web” document: Security recommendations for Web Sites
Get Involved
•

w3.org - news and links

Basic info, links and news

•

w3.org/community - Community Groups

Incubation of new stuff - e.g. responsive images, copyright reform

•

Want to participate in a working group? Most working groups have
public mailing lists, or become an invited expert

•

Many working groups are now on Github

github.com/w3c/ - many specs including HTML5

github.com/sysapps/ - system applications

github.com/w3ctag/ - the TAG

github.com/w3c-webmob/ - Web & Mobile Interest Group

•

Workshops and outreach events

More Related Content

PPT
Firefox os the web, mobile (for yahoo! hack europe - april 2013)
PPTX
What's Coming Coming Coming
PDF
The Web of Things - IoTExpo SF - May 2014
PPTX
Rapid Introduction to Web Accessibility
PDF
Janus: an open source and general purpose WebRTC (gateway) server
PPTX
WebRTC Overview
PDF
Multiple Connectivity Framework Keynote
Firefox os the web, mobile (for yahoo! hack europe - april 2013)
What's Coming Coming Coming
The Web of Things - IoTExpo SF - May 2014
Rapid Introduction to Web Accessibility
Janus: an open source and general purpose WebRTC (gateway) server
WebRTC Overview
Multiple Connectivity Framework Keynote

Similar to What's new in web standards? (20)

PDF
CHIRIMEN open hardware became open source (English)
PDF
WebRTC Webinar & Q&A - W3C WebRTC JS API Test Platform & Updates from W3C Lis...
PDF
WebRTC standards update (13 Nov 2013)
PPTX
infoShare 2013: Alan Bird - The Web is Changing the World. Are you READY?
PDF
The Web, After HTML5
PDF
Open web platform talk by daniel hladky at rif 2012 (19 april 2012 moscow)
PDF
Janus/Asterisk @ Astricon 2017
PDF
Janus @ RTC2017 Beijing
PDF
WebRTC standards update (Jul 2014)
PDF
WebRTC Rockstars Asian Tour 2017
PPTX
Mihai tataran developing modern web applications
PDF
Workshop oracle
DOC
T7L4.doc.doc
PDF
WebRTC standards update - November 2014
PDF
WSO2Con USA 2017: Building Enterprise Grade IoT Architectures for Digital Tra...
PPT
Heartbleed Bug Vulnerability: Discovery, Impact and Solution
PPTX
Tizen introduction & architecture
PPT
Busy Architects Guide to Modern Web Architecture in 2014
PDF
WebRTC for Telco: Informa's WebRTC Global Summit Preconference
PDF
Webinar WebRTC HTML5 (english)
CHIRIMEN open hardware became open source (English)
WebRTC Webinar & Q&A - W3C WebRTC JS API Test Platform & Updates from W3C Lis...
WebRTC standards update (13 Nov 2013)
infoShare 2013: Alan Bird - The Web is Changing the World. Are you READY?
The Web, After HTML5
Open web platform talk by daniel hladky at rif 2012 (19 april 2012 moscow)
Janus/Asterisk @ Astricon 2017
Janus @ RTC2017 Beijing
WebRTC standards update (Jul 2014)
WebRTC Rockstars Asian Tour 2017
Mihai tataran developing modern web applications
Workshop oracle
T7L4.doc.doc
WebRTC standards update - November 2014
WSO2Con USA 2017: Building Enterprise Grade IoT Architectures for Digital Tra...
Heartbleed Bug Vulnerability: Discovery, Impact and Solution
Tizen introduction & architecture
Busy Architects Guide to Modern Web Architecture in 2014
WebRTC for Telco: Informa's WebRTC Global Summit Preconference
Webinar WebRTC HTML5 (english)
Ad

More from Daniel Appelquist (13)

PPTX
Why we need a more Ethical Web
PDF
You're Doing it Wrong – How App Developers Can Leverage the Web (June 2015 fo...
PDF
"The Web - You're Doing it Wrong" for Forum Oxford May 2014
PDF
What is a Capability URL (and why do I care?)
PDF
Application Development Guidelines: Developing fit-for-purpose applications
PDF
Smartphone Challenge: Guidelines for development of network friendly applicat...
KEY
Rise of Mobile and Web Runtimes - for Standards-Next
KEY
SXSW 2010 Future15 : Rise of Mobile, APIs and Web Runtimes
PPTX
Emerging Widgets Ecosystem - for Vodacom Widget Developer Camp
PDF
Nokia Web-Runtime Presentation (Phong Vu)
PDF
Yahoo Blueprint for Mobile Widget Aamp Austin (Markus Spiering)
PDF
Mobile Ajax and the Future of the Web
PDF
Over The Air Keynote - Dan Appelquist
Why we need a more Ethical Web
You're Doing it Wrong – How App Developers Can Leverage the Web (June 2015 fo...
"The Web - You're Doing it Wrong" for Forum Oxford May 2014
What is a Capability URL (and why do I care?)
Application Development Guidelines: Developing fit-for-purpose applications
Smartphone Challenge: Guidelines for development of network friendly applicat...
Rise of Mobile and Web Runtimes - for Standards-Next
SXSW 2010 Future15 : Rise of Mobile, APIs and Web Runtimes
Emerging Widgets Ecosystem - for Vodacom Widget Developer Camp
Nokia Web-Runtime Presentation (Phong Vu)
Yahoo Blueprint for Mobile Widget Aamp Austin (Markus Spiering)
Mobile Ajax and the Future of the Web
Over The Air Keynote - Dan Appelquist
Ad

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Electronic commerce courselecture one. Pdf
PPT
Teaching material agriculture food technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Approach and Philosophy of On baking technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm
Network Security Unit 5.pdf for BCA BBA.
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Encapsulation_ Review paper, used for researhc scholars
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
Teaching material agriculture food technology
Digital-Transformation-Roadmap-for-Companies.pptx
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
Review of recent advances in non-invasive hemoglobin estimation
Approach and Philosophy of On baking technology
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Weekly Chronicles - August'25 Week I
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Per capita expenditure prediction using model stacking based on satellite ima...

What's new in web standards?

  • 1. What’s New in 
 Web Standards? Daniel Appelquist (@torgo) Open Web Advocate, Telefónica Digital Co-Chair, W3C Technical Architecture Group
  • 2. The Web is Evolving • The Web is now a mobile platform • Video, 2d & 3d graphics • Increasing primacy of JavaScript • Peer to peer communication technologies • Sophisticated platform APIs • Threat from native application environments
  • 3. WebRTC • WebRTC is real-time video, audio, data peer-to-peer browser-to-browser • Makes it easy to build “Skype in your browser” • (by the way, Telefónica’s own TokBox/OpenTok API is a WebRTC-based product) • VP8 or h.264 as mandatory codec • Why does it matter? Could mean the difference between interoperable WebRTC and WebRTC “islands”
  • 4. DRM (EME) Debate • Proposed draft extension spec to HTML5 to support “protected (video) content” • The HTML working group has a draft - Google, Microsoft, Netflix • Lots of controversy
  • 5. While we are not in favor of DRM, we do hear from many users who want to watch streaming movies to which they rent access rather than “buy to own”. -Brendan Eich, CTO of Mozilla The W3C has a duty to send the DRM-peddlers packing, just as the US courts did in the case of digital TV. There is no market for DRM, no public purpose served by granting a veto to unaccountable, shortsighted media giants who dream of a world where your mouse rings a cashregister with every click and disruption is something that happens to other people, not them. -Cory Doctorow, Author and Futurist For me the open web and the internet are tools that we use to express democratic values, political discourse, parody, use and sharing of culture - DRM does not fit in this image because it is made not to do that. - Amelia Andersdotter, EMP, The Pirate Party The W3C community is currently exploring Web technology that will strike a balance between the rights of creators and the rights of consumers. In this space in particular, W3C seeks to lower the overall proprietary footprint and increase overall interoperability, currently lacking in this area. -Tim Berners-Lee, Director of W3C
  • 6. System Applications • What’s a “system application API”? Something outside the Web? Yes and no. • Web features that are privileged - and carry security risks • Task scheduler (née Alarms), Contacts, Messaging, Telephony, Raw Sockets… • Future: Bluetooth, Secure Element (smartcard), System Settings, Network Interface, Calendar…
  • 7. Web & Mobile Interest Group • Taking forward the work of CoreMob • “Accelerate the development of Web technology so that it becomes a compelling platform for mobile applications and the obvious choice for cross platform development.” • Looking at end to end scenarios on mobile and what specs are needed to support these • Collecting data and promoting the issues the group things are important / key missing elements/APIs/capabilities in the Web stack Web&Mobile IG: www.w3.org/Mobile/IG/
 CoreMob report: coremob.github.io/coremob-2012/
  • 8. The Future of Installable Webapps? • Demonstration in Shenzhen:
 Firefox OS and Tizen phones with same installable (hosted) webapps • W3C (draft) JSON manifest file • Stock Firefox OS / customized Tizen • “Install to home screen” as a core feature of the Web
  • 9. Push API • The use case: Web applications that can remotely invoke alerts on your device • • Familiar feature of native platforms W3C Push API almost done • • • Uses a configurable push server Survived patent “exclusion” from Nokia Meanwhile, Apple push API has been released with Mavericks Safari
  • 10. /* Hypothetical end-to-end flow! +--------+ +--------+ +--------+ +--------+! | webapp | | user | | push | | app |! | | | agent | | server | | server |! +--------+ +--------+ +--------+ +--------+! | | | |! |-----register------>| | |! | | | |! | (user accepts) | |! | | | |! | |<-setup push service->| |! | | | |! |<---success---------| | |! | | | |! |<--activate service with PushService attributes----------------->|! | | | |! | | |<--push notification-|! | | | per service API |! | | | |! | | (match to user agent) |! | | | |! | |<--push notification--| |! | | per service protocol | |! | | | |! | (match to webapp) | |! | | | |! |<---system message--| | |! | | | |! */
  • 11. Advances in Offline :
 Service Worker • Off-line is hard; HTML5 “Appcache” doesn’t work well • Service worker: a new architecture to support offline webapps • A separate JavaScript worker that can act as an application-specific proxy • Some assembly required: you’re the application developer, you decide how much off-line service logic your app needs and you build it
  • 12. Web Payments • How can the Web better support payments as a first class citizen? • The stakeholders include traditional financial COs (banks, credit cards, infrastructure), Mobile Operators, traditional disruptors (Paypal, etc…), new disruptors (Bitcoin, etc…) • Can Web standards play a role?
 (e.g. Web crypto, access to the “secure element”) • Workshop happening: 24-25 March 2014, Paris
 Bring all stakeholders together - watch this space
  • 13. HTTP 2.0 • IETF specification in working draft phase but consolidating quickly • Incorporates many improvements on HTTP from Google’s SPDY work • Confirmed last week by HTTP (IETF) working group chair: HTTP 2.0 will only run over TLS (secure connection) • On the horizon: QUIC
 UDP-based transport protocol + security + multiplexing could radically improve Web performance
  • 14. Securing the Internet / Web • “Post-Snowden” • Lots of energy in IETF (e.g. secure http2) • Lots of discussion in W3C - somewhat less consensus • What can W3C do to “harden” the Web? • Highlight Security Best Practices; Web Crypto API; Focus on the UI of security in the browser
  • 15. TAG Election • Technical Architecture Group - a technical steering board for Web Standards • 2 seats up for election this year - nominations in by 29 November • W3C member companies can nominate, but nominees can be from anywhere • Follow us at @w3ctag, check out our work on Github: github.com/w3ctag
  • 16. What’s the TAG Working On? • Review and feedback - Web Audio, WebRTC, Web Components, Push API, Web Animations, Web Crypto • Helping with liaisons, especially with IETF (HTTP, JSON) and 
 ECMA TC39 (Javascript, JSON) • Capability URLs best practices • API Design Guide • Extensible Web • Offline Web • EME - architectural issues thereof • “Secure the Web” document: Security recommendations for Web Sites
  • 17. Get Involved • w3.org - news and links
 Basic info, links and news • w3.org/community - Community Groups
 Incubation of new stuff - e.g. responsive images, copyright reform • Want to participate in a working group? Most working groups have public mailing lists, or become an invited expert • Many working groups are now on Github
 github.com/w3c/ - many specs including HTML5
 github.com/sysapps/ - system applications
 github.com/w3ctag/ - the TAG
 github.com/w3c-webmob/ - Web & Mobile Interest Group • Workshops and outreach events