W3C recently released two standards, namely XHTML Basic1.1 and Mobile Web Best Practice 1.0 . Both standards are for mobile Web, with XHTML Basic 1.1 being the W3C recommended mobile Web markup language.
XHTML Basic 1.1
The mobile table language has many branches. The release of XHTML Basic 1.1 provides a standard for the mobile table language. XHTML Basic 1.1 includes the following new features:
Added XHTML form Added built-in event li object Added value attribute Added target attribute Added style object Added style attribute Added XHTML display module Added inputmode attribute
W3C summarizes 10 basic rules from mobile web best practices :
Design consistent web pages for multiple devices. When designing mobile web pages, various devices must be taken into account to reduce costs and increase flexibility.
Rely on Web Standards: In a market with various devices, Web Standards ensure compatibility between different devices. Avoid some common problems with mobile devices: such as, do not pop up windows, do not use nested tables, and do not use Frames. To understand the limitations of mobile devices: Mobile devices generally do not support technologies such as cookies and Javascript. Optimize navigation: Use a clear, concise and minimized navigation system. Check graphics and colors: Do not use high-resolution images, check graphics based on possible screen sizes, resolutions, and supported colors and contrasts of your mobile device to make sure they display properly. Find the size of the page, file size, and CSS size should be as small as possible. Save bandwidth: Do not use automatic refresh, redirect and other technologies. Don’t reference too much external resources, make good use of page caching. It is necessary to facilitate user input: The input method of mobile devices is very difficult to use, so it is necessary to provide convenient and assistance for user input as much as possible. Consider those busy users: busy users have limited time, and the information provided by mobile Web should be streamlined and clear.
You can go to mobileOK checker to verify your mobile web to test whether it is mobile-friendly.
International source of this article:
http://www.cmswire.com/cms/web-publishing/xhtml-11-released-mobile-best-practices-proclaimed-002984.php;
http://www.w3.org/2007/02/mwbp_flip_cards