264
edits
XFallenAngel (talk | contribs) |
|||
| Line 45: | Line 45: | ||
= Authoring new roles = | = Authoring new roles = | ||
== Pointing to new roles definitions from within document content== | == Pointing to new roles definitions from within document content== | ||
===HTML=== | |||
<pre> | <pre> | ||
<head> | <head> | ||
| Line 55: | Line 55: | ||
</head> | </head> | ||
</pre> | </pre> | ||
===XUL, SVG=== | |||
XUL doesn't define the <link> tag, an open question is how the roles can be included in such documents. | |||
* One suggestion is to create a new processing instruction like: <code> <?xml-aria href="chrome://calendar/content/access/roles.json" type="text/json"?></code> | |||
== Authoring content with the new widget == | == Authoring content with the new widget == | ||
edits