1 |
wakaba |
1.2 |
|
2 |
|
|
[1]
|
3 |
|
|
[CITE[Juicy Studio: Firefox 1.5 Accessible Widgets]] <http://juicystudio.com/article/firefox-accessible-widgets.php>
|
4 |
|
|
([[名無しさん]] [WEAK[2005-12-04 23:36:50 +00:00]])
|
5 |
|
|
|
6 |
|
|
[2]
|
7 |
|
|
[CITE[products and projects]] <http://www.terrainformatica.com/htmlayout/embedding.whtm>
|
8 |
|
|
|
9 |
|
|
> To be able to handle wider variety of input widgets and their postioning HTMLayout introduces new element - <widget>. <widget> is a block HTML element and tag which means:
|
10 |
|
|
= <widget> must be always closed by using either <widget ... /> form or by tail </widget> markup.
|
11 |
|
|
= In layout <widget> behaves as a block element similar to <div>.
|
12 |
|
|
= <widget> can be used for defining intrinsic controls too. For example to define block level textarea element use: <widget type=textarea>... text ... </widget>.
|
13 |
|
|
|
14 |
|
|
([[名無しさん]] [sage])
|
15 |
|
|
|
16 |
|
|
[3]
|
17 |
|
|
>>1-2 例
|
18 |
|
|
[PRE(HTML example code)[
|
19 |
|
|
<widget type="select" name="chemistry-h" style="width:100%%;height:100%%">
|
20 |
|
|
<OPTIONS expanded>Alkaline Metals
|
21 |
|
|
<OPTION value="Li">Lithium (Li)</OPTION>
|
22 |
|
|
<OPTION value="Na">Sodium (Na)</OPTION>
|
23 |
|
|
<OPTION value="K">Potassium (K)</OPTION>
|
24 |
|
|
</OPTIONS>
|
25 |
|
|
<OPTIONS expanded>Halogens
|
26 |
|
|
<OPTION value="F">Fluorine <font style="color:blue">(F)</font></OPTION>
|
27 |
|
|
<OPTION value="Cl">Chlorine <font style="color:red">(Cl)</font></OPTION>
|
28 |
|
|
<OPTION value="Br">Bromine <font style="color:green">(Br)</font></OPTION>
|
29 |
|
|
</OPTIONS>
|
30 |
|
|
</widget>
|
31 |
|
|
]PRE]
|
32 |
|
|
|
33 |
|
|
([[名無しさん]] [sage])
|
34 |
|
|
|
35 |
|
|
[4]
|
36 |
|
|
>>1-2 例
|
37 |
|
|
[PRE(HTML example code)[
|
38 |
|
|
<div id="editable-select">
|
39 |
|
|
<widget type="select" name="colors" multiple="checks">
|
40 |
|
|
<OPTION VALUE=1 >Red</OPTION>
|
41 |
|
|
<OPTION VALUE=2 >Green</OPTION>
|
42 |
|
|
<OPTION VALUE=3 >Blue</OPTION>
|
43 |
|
|
</widget>
|
44 |
|
|
<text class="command-bar"><button action="cancel">Cancel</button>
|
45 |
|
|
<button action="edit-list">Modify</button></text>
|
46 |
|
|
</div>
|
47 |
|
|
]PRE]
|
48 |
|
|
|
49 |
|
|
([[名無しさん]] [sage])
|
50 |
|
|
|
51 |
|
|
[5]
|
52 |
|
|
[CITE[Widgets 1.0]] <http://www.w3.org/TR/widgets/>
|
53 |
|
|
([[名無しさん]] [WEAK[2006-11-10 00:16:18 +00:00]])
|
54 |
|
|
|
55 |
|
|
[6]
|
56 |
|
|
[CITE[Widgets 1.0]] <http://www.w3.org/TR/2006/WD-widgets-20061109/>
|
57 |
|
|
([[名無しさん]] [WEAK[2006-11-10 00:18:37 +00:00]])
|
58 |
|
|
|
59 |
|
|
[7]
|
60 |
|
|
>>6 絶対に [[RDF]] を使えという意見が来るはずだw
|
61 |
|
|
|
62 |
|
|
([[名無しさん]] [WEAK[2006-11-10 00:19:31 +00:00]])
|
63 |
|
|
|
64 |
|
|
[8]
|
65 |
|
|
[CITE[Client-Side Web Applications (Widgets) Requirements]] <http://www.w3.org/TR/WAPF-REQ/>
|
66 |
|
|
([[名無しさん]])
|
67 |
|
|
|
68 |
|
|
[9]
|
69 |
|
|
[CITE[Client-Side Web Applications (Widgets) Requirements]] <http://www.w3.org/TR/2006/WD-WAPF-REQ-20061109/>
|
70 |
|
|
([[名無しさん]] [WEAK[2006-11-11 02:36:13 +00:00]])
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
[10]
|
74 |
|
|
[CITE[Widgets 1.0]] <http://dev.w3.org/cvsweb/~checkout~/2006/waf/widgets/Overview.html>
|
75 |
|
|
|
76 |
wakaba |
1.4 |
[12] [CITE@en[Opera Widgets Specification 1.0 fourth edition - Opera Developer Community]]
|
77 |
|
|
([TIME[2010-02-06 01:44:29 +09:00]] 版)
|
78 |
wakaba |
1.5 |
<http://dev.opera.com/articles/view/opera-widgets-specification-fourth-ed/#wo_getAttention> |
79 |
|
|
|
80 |
|
|
[13] [CITE[Packaged Web Apps (Widgets) - Packaging and XML Configuration (Second Edition)]] |
81 |
|
|
( ([TIME[2012-11-27 18:05:31 +09:00]] 版)) |
82 |
wakaba |
1.6 |
<http://www.w3.org/TR/2012/REC-widgets-20121127/#widget> |
83 |
|
|
|
84 |
|
|
[14] [CITE[Packaged Web Apps (Widgets) - Packaging and XML Configuration (Second Edition)]] |
85 |
|
|
( ([TIME[2012-11-22 21:22:20 +09:00]] 版)) |
86 |
|
|
<http://w3c.github.com/packed-webapps/packaging/#linking-to-a-widget-package-from-a-html-document> |