#1. I am not formally affiliated with the W3C. Opinions are my own.
#2. Most of the specs discussed in this presentation are not yet formal recommendations.
Spec statuses are indicated with the following key: WD = Working Draft; CR = Candidate Recommendation; PR = Proposed Recommendation; R = Recommendation; WGN = Working Group Note
#3. By focusing on the W3C, I mean no offense to other great organizations such as WHATWG, Ecma, IEEE, ISO, IDPF, or any other body that produces really long documents that 99% of its constituency doesn't read.
Input from external devices
Output to external devices
“Remote control” for external devices
Interfacing with sensors
Web application SDK
Offline capabilities
UI standardization for any of the above
Accessibility standardization for any of the above
(http://www.w3.org/TR/gamepad/)
(http://www.w3.org/TR/vibration/)
(http://www.w3.org/TR/indie-ui-events/)
(http://www.w3.org/TR/css-inline-3/)
initial-letter: total-lines sink-lines;
Dropcap Config:
Among other public buildings in a certain town, which for many reasons it will be prudent to refrain from mentioning, and to which I will assign no fictitious name, there is one anciently common to most towns, great or small: to wit, a workhouse; and in this workhouse was born; on a day and date which I need not trouble myself to repeat, inasmuch as it can be of no possible consequence to the reader, in this stage of the business at all events; the item of mortality whose name is prefixed to the head of this chapter.
* No support in major browsers at present; brought to you by dropcap.js polyfill
(http://www.w3.org/TR/css-counter-styles-3/)
@counter-style custom_counter_name
ol {list-style-type: decimal};
@counter-style binary { system: numeric; symbols: '0' '1'; suffix: ". "; } ol {list-style-type: binary};
@counter-style fingers { system: additive; additive-symbols: 5 "\1f591", 4 "\1f596", 3 "\1f58f", 2 "\1f594", 1 "\1f446"; suffix: " "; } ol {list-style-type: fingers};
@counter-style
:
* Varying degrees of limited support in Firefox, Chrome, and Safari
(http://www.w3.org/TR/css-variables-1/)
--varname; var()
section.css-example.variables aside {
--color: 255,0,0;
background-color: rgba(var(--color), 0.1);
padding-bottom: 10px;
width: 300px;
box-shadow: 10px 10px 15px;
}
section.css-example.variables aside h1 {
padding: 3px 9px 3px 9px;
font-size: 15pt;
text-shadow: none;
background: linear-gradient(to right, rgba(var(--color), 1), rgba(var(--color), 0.1))
}
section.css-example.variables aside p {
margin: 10px;
font-size: 12pt;
text-align: left;
}
--color
:
* Among major browsers, works only in Firefox
(http://www.w3.org/TR/css3-page/)
@page; string-set
console.log("By 'posthuman ontology', I mean"); console.log("A vocabulary expressing the 'human' condition…"); console.log("As projected via virtual communities");
Activity Stream Representation (JSON-LD)
{ "@context": "http://www.w3.org/ns/activitystreams", "@type": "Favorite", "actor": { "@id": "https://twitter.com/tim_cook" "@type": "Person", "displayName": "Tim Cook" }, "object": "https://twitter.com/Jamacouve/status/586127004136779776" }
{ "@context": "http://www.w3.org/ns/activitystreams", "@type": "Follow", "actor": { "@id": "https://twitter.com/oreillymedia" "@type": "Organization", "displayName": "O'Reilly Media" }, "object": { "@id": "https://twitter.com/safari" "@type": "Organization", "displayName": "Safari" } }
{ "@context": "http://www.w3.org/ns/activitystreams", "@type": "Post", "actor": { "@id": "https://twitter.com/cuteemergency" "@type": "Identity", "displayName": "Cute Emergency" }, "object": { "@id": "https://twitter.com/CuteEmergency/status/551429293599776769" "@type": "Note", "content": "Golden retriever bath bomb" } }
{ "@context": "http://www.w3.org/ns/activitystreams", "@type": "Share", "actor": "https://twitter.com/oreillymedia", "object": "https://twitter.com/CuteEmergency/status/551429293599776769" }
Twitter Action
(http://www.w3.org/TR/emotionml/)
EmotionML:
<emotionml version="1.0" xmlns="http://www.w3.org/2009/10/emotionml"> <emotion category-set="http://www.w3.org/TR/emotion-voc/xml#big6"> <category name="happiness" value="0"/> <category name="sadness" value="0"/> <category name="anger" value="0"/> <category name="surprise" value="0"/> <category name="disgust" value="0"/> <category name="fear" value="0"/> </emotion> </emotionml>
Rate your emotions*
😐😀
😐😢
😐😠
😐😮
😐😖
😐😨
(http://www.w3.org/TR/2014/CR-WebCryptoAPI-20141211/)
(http://www.w3.org/TR/2015/WD-css-pseudo-4-20150115/)
(http://www.w3.org/TR/audio-output/)
(http://www.w3.org/TR/tracking-dnt/)
(http://www.w3.org/TR/aria-in-html/)
Follow me: @sandersk
Slides available at: http://sandersk.github.io/reading-w3c/