Slides available on line:
Personalization involves tailoring the user experience to meet the needs and preferences of the individual user.
For example, some people:
Define personalization semantics into HTML.
Enable authors to add extra semantic information about content to support personalization.
Enable user agents for people with cognitive and learning disabilities.
Examples on last page of Slides
The Specification consists of three modules and an Explainer,
Email Roy Ran: ran@w3.org
Questions?
Comments?
Personalization Semantics is made of a vocabulary of properties and their values:
data-property="Value"
NOTE: The HTML data-* attribute syntax is not intended to be used for long-term wide-scale features. The task force is using this approach at the moment to gain implementation experience and demonstrate the usefulness of Personalization Semantics in practice, using this HTML extension mechanism.
Semantics examples in previous Demo:
<a data-simplification="low" href="" class="navBar">Investors</a>
<input data-simplification="medium" type="text" name="name" id="name" value="your name">
<input data-simplification="critical" type="text" name="mail" id="mail" value="your email">