-
Notifications
You must be signed in to change notification settings - Fork 1
/
hdml-wml-img.html
57 lines (53 loc) · 1.93 KB
/
hdml-wml-img.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head><meta charset="UTF-8"><title>Emojis as image sources</title></head>
<h1>Emojis as image sources</h1>
<p>HDML and WML specified methods to access locally stored pictures, which became to be known as emojis. This page tests whether their attribute additions to the <code>img</code> element are <a href="https://discourse.wicg.io/t/linking-to-local-image-resources/1956">supported in HTML5</a> in the browser used to render the source.</p>
<h2><code>localsrc</code> with number</h2>
<ul>
<li><img localsrc="287" alt="👎" />
<li><img localsrc="(y)" alt="👎" />
<li><img localsrc=":+1:" alt="👎" />
<li><img localsrc="👍" alt="👎" />
<li><img localsrc="👍" alt="👎" />
<li><img localsrc=":thumbs_up:" alt="👎" />
<li><img localsrc="thumbsUp" alt="👎" />
<li><img localsrc="yes" alt="👎" />
<li><img localsrc="ok" alt="👎" />
<li><img localsrc="okay" alt="👎" />
<li><img localsrc="okay" alt="👎" />
<li><img localsrc="pict:emotion/thumbsUp" alt="👎" />
<li><img localsrc="pict:/emotion/thumbsUp" alt="👎" />
<li><img localsrc="pict://emotion/thumbsUp" alt="👎" />
<li><img localsrc="pict:///emotion/thumbsUp" alt="👎" />
</ul>
<h2><code>icon</code></h2>
<ul>
<li><img icon="287" alt="👎" />
<li><img icon="(y)" alt="👎" />
<li><img icon=":+1:" alt="👎" />
<li><img icon="👍" alt="👎" />
<li><img icon="👍" alt="👎" />
<li><img icon=":thumbs_up:" alt="👎" />
<li><img icon="thumbsUp" alt="👎" />
<li><img icon="yes" alt="👎" />
<li><img icon="ok" alt="👎" />
<li><img icon="okay" alt="👎" />
<li><img icon="pict:emotion/thumbsUp" alt="👎" />
<li><img icon="pict:/emotion/thumbsUp" alt="👎" />
<li><img icon="pict://emotion/thumbsUp" alt="👎" />
<li><img icon="pict:///emotion/thumbsUp" alt="👎" />
</ul>
<h2>PUA codes</h2>
<ul>
<li>琉
<li>漏
<li>
<li>
<li>
<li>
<li>
<li>
<li>癔
</ul>
</html>