zoukankan      html  css  js  c++  java
  • Comparison of XHTML Mobile Profile and XHTML Basic

    Posted by Jo Rabin 3 years 41 weeks ago
    Bookmark and Share

    This article describes the differences between some different flavours of XHTML. The table covers XHTML Mobile Profile and XHTML Basic, and some different versions of each.

    Version 1.2 (update), 29 Jan 2007

    Jo Rabin

    Some references are works in progress and are subject to change


    Module [1]Basic 1.0 [2]MP 1.0 [3]MP 1.1 [4]MP 1.2 [5]Basic 1.1 1 Nov [6]
    Structurebody, head, html, title(same)
    (same)(same)(same)
    Textabbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var(same)(same)(same)(same)
    Hypertexta(same)(same)(same)(same)
    Listdl, dt, dd, ol, ul, li(same)(same)(same)(same)
    (Basic) Formsform, input, label, option, select, textarea(adds) fieldset, optgroup (same)(adds) button,  legend(same)
    Tablescaption, table, td, th, tr(same)
    (same)(same)(same)
    Imageimg(same)(same)(same)(same)
    Objectobject, param(same)(same)(same)(same)
    Metainformationmeta(same)(same)(same)(same)
    Linklink(same)(same)(same)(same)
    Basebase(same)(same)(same)(same)
    Intrinsic Events(none)(same)onload (M), onunload, onclick (M), ondblclick, onnmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onfocus, onblur,  onkeypress, onkeydown, onkeyup, onsubmit (M), onreset (M), onselect, onchange(same)(same - level of support not discussed)
    Legacy(none)start attribute on ol,
    value attribute on li   
    (same)(same)(removes) start attribute on ol
    Presentation(none)b, big, hr, i, small (same)(same)(adds) sub, sup, tt
    Script(none)(same)(adds) noscript, script(same)(same)
    Style Sheet(none)style element(same)(same)(same)
    Style Attribute(none) style attribute(same)(same)(same) deprecated
    Text Input Modes (not part of [1])(none)(same)(same)inputmode attribute on input, textarea(same)
    Target Module (not part of [1])(none)(same)(same)(same)(adds) target attribute (O)

    Key

  • 相关阅读:
    teamviewer被识别为商用的解决办法
    PLY调试笔记——待解决的问题
    python中的反射
    类的继承顺序
    面向对象---继承
    类成名和命名空间
    面向对象编程
    模块的初始
    装饰器
    列表推导式,生成器
  • 原文地址:https://www.cnblogs.com/yuzhongwusan/p/1828314.html
Copyright © 2011-2022 走看看