Tag Use |
Tag |
Attributes |
Notes |
Modified by |
Bullet List |
ul, li, ol |
none |
|
Ben |
Headers |
h1, h2, h3, h4, h5 |
none |
|
Ben |
Image |
img |
alt, src, align="(left,right), border" |
|
Ben/Jörn |
Line Break |
br |
none |
|
Ben |
Link |
a |
href, target="_blank" |
|
Ben/Jörn |
Object (media) |
object |
data |
keeping to be able to include video/audio within xhtml |
Ben/Jörn |
Paragraph |
p |
none |
|
Ben |
Subscript/Superscript |
sub, sup |
none |
|
Ben |
Table |
table, tbody, tr, td, th |
border |
|
Ben/Jörn |
Underline |
u |
none |
|
Jörn |
strong emphasis |
strong |
none |
allow/encourage semantic mark-up |
Dan |
emphasis |
em |
none |
allow/encourage semantic mark-up |
Dan |
Modificaitons post meeting:
- Took out b and i in favor of strong and em.
- Keeping Object tag
Discussion:
- Including dl, dt, dd (definition list)
Unicode support:
Decision was for players to support unicode characters. For browser, this is native and should not be a problem.
For non-browser based player (eg, Flash), best efforts should be made, specially for characters needing escaping.