XHTML Mobile Profile: Difference between revisions

Content deleted Content added
Reverted 1 good faith edit by 5.127.89.54 using STiki
Example: password
Line 31:
The [[MIME]] type for XHTML Mobile Profile is "application/vnd.wap.xhtml+xml". Conforming [[user agent]]s should also accept "application/xhtml+xml" and "text/html". Many desktop browsers will only validate XHTML-MP at display time, if an XML MIME type is specified.
 
<a class="_56bz _54k8 _5c9u _5kqs _5caa" role="button" data-store="{&quot;hq-profile-logging&quot;:{&quot;profile_id&quot;:100007828840726,&quot;profile_high_quality_metric&quot;:&quot;action_bar_friend&quot;,&quot;profile_session_token&quot;:&quot;100002449944946:100007828840726:1493219485&quot;,&quot;profile_surface_type&quot;:&quot;action_bar&quot;,&quot;profile_event_type&quot;:&quot;click&quot;}}" data-sigil="touchable"><i class="_5c9v _56br _4q9b img sp_U4VNh7NfSEV_3x sx_d305f5"></i><span class="_55sr"><span class="_52jg" data-sigil="m-profile-action-button-label">الأصدقاء</span></span></a>
== Example ==
 
A complete [[Valid XML document|valid]] and [[Http;//dpsattamatka.net|well-formed]] example is:
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Hello world</title>
</head>
<body>
<p>Hello <a href="http://example.org/">world</a>.</p>
</body>
</html>
</source>
 
When served with a [[MIME]] type of "application/xhtml+xml" or "application/vnd.wap.xhtml+xml".
 
==References==