10 |
<div class="header"> |
<div class="header"> |
11 |
<h1>Selectors Serialization Format for Testing (<abbr>SSFT</abbr>) |
<h1>Selectors Serialization Format for Testing (<abbr>SSFT</abbr>) |
12 |
Specification</h1> |
Specification</h1> |
13 |
<h2>Working Draft 25 September 2007</h2> |
<h2>Working Draft <time datetime=2007-10-01>1 October 2007</time></h2> |
14 |
|
|
15 |
<dl class="versions-uri"> |
<dl class="versions-uri"> |
16 |
<dt>This Version</dt> |
<dt>This Version</dt> |
23 |
<dt>Latest Working Draft</dt> |
<dt>Latest Working Draft</dt> |
24 |
--> |
--> |
25 |
<!-- <dt>Previous Version</dt> --> |
<!-- <dt>Previous Version</dt> --> |
26 |
|
<dt>Version History</dt> |
27 |
|
<dd><code class=URI><<a href="http://suika.fam.cx/gate/cvs/markup/selectors/ssft/ssft.en.html">http://suika.fam.cx/gate/cvs/markup/selectors/ssft/ssft.en.html</a>></code></dd> |
28 |
</dl> |
</dl> |
29 |
<dl class="authors" id="author"> |
<dl class="authors" id="author"> |
30 |
<dt>Author</dt> |
<dt>Author</dt> |
34 |
>w@suika.fam.cx</a>></code></dd> |
>w@suika.fam.cx</a>></code></dd> |
35 |
</dl> |
</dl> |
36 |
|
|
37 |
<p class="copyright" lang="en">© 2007 <a |
<p class="copyright" lang="en">© <time>2007</time> <a |
38 |
href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>. |
href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>. |
39 |
Permission is granted to copy, distribute and/or modify this document |
Permission is granted to copy, distribute and/or modify this document |
40 |
under the terms of the <a rel="license" |
under the terms of the <a rel="license" |
59 |
<div id="status" class="section"> |
<div id="status" class="section"> |
60 |
<h2>Status of This Document</h2> |
<h2>Status of This Document</h2> |
61 |
|
|
62 |
<p><em>This section describes the status of this document |
<p class=section-info><em>This section describes the status of this document |
63 |
at the time of its publication. Other documents |
at the time of its publication. Other documents |
64 |
might supersede this document.</em></p> |
might supersede this document.</em></p> |
65 |
|
|
66 |
<p>This document is a working draft. |
<p>This document is a working draft, produced as part |
67 |
It might be updated, replaced, or obsoleted by |
of the <a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a> |
68 |
|
project. It might be updated, replaced, or obsoleted by |
69 |
other documents at any time. It is inappropriate to |
other documents at any time. It is inappropriate to |
70 |
cite this document as other than <q>work in progress</q>.</p> |
cite this document as other than <q>work in progress</q>.</p> |
71 |
|
|
80 |
<div id="introduction" class="section"> |
<div id="introduction" class="section"> |
81 |
<h2>Introduction</h2> |
<h2>Introduction</h2> |
82 |
|
|
83 |
<p>This section is <em>informative</em>.</p> |
<p class=section-info>This section is <em>non-normative</em>.</p> |
84 |
|
|
85 |
|
<p>Selectors |
86 |
|
<cite class="bibref normative">[<a href="#ref-SELECTORS">SELECTORS</a>]</cite> |
87 |
|
are patterns that match against elements |
88 |
|
in a tree structure and are used in Web technologies, including |
89 |
|
<a href="http://www.w3.org/TR/CSS21"><abbr title="Cascading Style Sheets">CSS</abbr></a> |
90 |
|
<cite class="bibref informative">[<a href="#ref-CSS">CSS</a>]</cite>, |
91 |
|
<a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a> |
92 |
|
<cite class="bibref informative">[<a href="#ref-HTML5">HTML5</a>]</cite>, |
93 |
|
<a href="http://www.mozilla.org/projects/xbl/xbl2.html"><abbr title="XML Binding Language">XBL</abbr>2</a> |
94 |
|
<cite class="bibref informative">[<a href="#ref-XBL2">XBL2</a>]</cite>, and |
95 |
|
<a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/selectors-api/Overview.html?rev=1.28&content-type=text/html;%20charset=utf-8">Selectors |
96 |
|
<abbr>API</abbr></a> |
97 |
|
<cite class="bibref informative">[<a href="#ref-SAPI">SAPI</a>]</cite>.</p> |
98 |
|
|
99 |
<div class="issue ed">...</div> |
<div class="issue ed">...</div> |
100 |
|
|
101 |
<p><a href="http://dev.w3.org/cvsweb/csswg/cssom/Overview.html">The |
<p><a href="http://dev.w3.org/cvsweb/csswg/cssom/Overview.html">The |
102 |
<abbr title="Cascading Style Sheets Object Model">CSSOM</abbr> |
<abbr title="Cascading Style Sheets Object Model">CSSOM</abbr> |
103 |
specification</a> |
specification</a> |
104 |
<cite class="bibref informative">[<a href="#bib-CSSOM">CSSOM</a>]</cite> |
<cite class="bibref informative">[<a href="#ref-CSSOM">CSSOM</a>]</cite> |
105 |
is trying to define an algorithm to |
is trying to define an algorithm to |
106 |
<a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?rev=1.55&content-type=text/html;%20charset=utf-8#serializing0">serialize |
<a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?rev=1.55&content-type=text/html;%20charset=utf-8#serializing0">serialize |
107 |
a group of selectors</a> for the purpose of <code>selectorText</code> |
a group of selectors</a> for the purpose of <code>selectorText</code> |
108 |
attribute. However, the algorithm is incomplete |
attribute. However, the algorithm is incomplete |
109 |
at the time of the writing. Note that current Web browser implementations |
<time datetime=2007-09-25>at the time of the writing</time>. |
110 |
|
Note that current Web browser implementations |
111 |
of the <code>selectorText</code> attribute are consistently broken |
of the <code>selectorText</code> attribute are consistently broken |
112 |
in not escaping unsafe identifiers.</p> |
in not escaping unsafe identifiers.</p> |
113 |
|
|
122 |
<q><em class="rfc2119">SHOULD NOT</em></q>, and |
<q><em class="rfc2119">SHOULD NOT</em></q>, and |
123 |
<q><em class=rfc2119>MAY</em></q> in this |
<q><em class=rfc2119>MAY</em></q> in this |
124 |
document are to be interpreted as described in |
document are to be interpreted as described in |
125 |
<abbr title="Request for Comments">RFC</abbr> 2119 |
<a href="urn:ietf:rfc:2119"><abbr title="Request for Comments">RFC</abbr> |
126 |
|
2119</a> |
127 |
<cite class="bibref normative">[<a href="#ref-KEYWORDS">KEYWORDS</a>]</cite>.</p> |
<cite class="bibref normative">[<a href="#ref-KEYWORDS">KEYWORDS</a>]</cite>.</p> |
128 |
|
|
129 |
|
<!-- Strictly speaking the paragraph below is not part of terminology. --> |
130 |
|
<p>All examples and notes in this specification are non-normative, |
131 |
|
as are all sections explicitly marked non-normative. Everything |
132 |
|
else in this specification is normative.</p> |
133 |
</div> |
</div> |
134 |
|
|
135 |
<div class="section" id="serializing"> |
<div class="section" id="serializing"> |
179 |
<var>result</var>.</dd> |
<var>result</var>.</dd> |
180 |
<dt>If <var>c</var> is adjacent sibling combinator |
<dt>If <var>c</var> is adjacent sibling combinator |
181 |
(<code class=char>+</code>)</dt> |
(<code class=char>+</code>)</dt> |
182 |
<dd>Append a <code class=char>U+0020</code> |
<dd>Append a <code class=char>U+002B</code> |
183 |
<code class=charname>SPACE</code> character to |
<code class=charname>PLUS SIGN</code> character to |
184 |
<var>result</var>.</dd> |
<var>result</var>.</dd> |
185 |
<dt>If <var>c</var> is general sibling combinator |
<dt>If <var>c</var> is general sibling combinator |
186 |
(<code class=char>~</code>)</dt> |
(<code class=char>~</code>)</dt> |
224 |
<div class="section" id="examples"> |
<div class="section" id="examples"> |
225 |
<h2>Examples</h2> |
<h2>Examples</h2> |
226 |
|
|
227 |
<p>This section is <em>informative</em>.</p> |
<p class=section-info>This section is <em>non-normative</em>.</p> |
228 |
|
|
229 |
<div class="ed issue"> |
<div class="ed issue"> |
230 |
<p><a href="http://suika.fam.cx/gate/2007/css/parser-interface">Try demo</a>, |
<p><a href="http://suika.fam.cx/gate/2007/css/parser-interface">Try demo</a>, |
252 |
<abbr>RFCs</abbr> to Indicate Requirement Levels</a></cite>, |
<abbr>RFCs</abbr> to Indicate Requirement Levels</a></cite>, |
253 |
<abbr title="Internet Engineering Task Force">IETF</abbr> |
<abbr title="Internet Engineering Task Force">IETF</abbr> |
254 |
<a href="urn:ietf:bcp:14"><abbr title="Best Current Practice">BCP</abbr> |
<a href="urn:ietf:bcp:14"><abbr title="Best Current Practice">BCP</abbr> |
255 |
14</a>, <abbr title="Request for Comments">RFC</abbr> 2119, March 1997. |
14</a>, <abbr title="Request for Comments">RFC</abbr> 2119, |
256 |
|
<time datetime=1997-03>March 1997</time>. |
257 |
This version of the specification is referenced</dd> |
This version of the specification is referenced</dd> |
258 |
<dt id=ref-SELECTORS>SELECTORS</dt> |
<dt id=ref-SELECTORS>SELECTORS</dt> |
259 |
<dd><a href="http://www.w3.org/TR/2005/WD-css3-selectors-20051215"><cite>Selectors</cite></a>, |
<dd><a href="http://www.w3.org/TR/2005/WD-css3-selectors-20051215"><cite>Selectors</cite></a>, |
260 |
<abbr title="World Wide Web Consortium">W3C</abbr> Working Draft, |
<abbr title="World Wide Web Consortium">W3C</abbr> Working Draft, |
261 |
15 December 2005. Work in progress. |
<time datetime=2005-12-15>15 December 2005</time>. Work in progress. |
262 |
<a href="http://www.w3.org/TR/css3-selectors">The latest version</a> |
<a href="http://www.w3.org/TR/css3-selectors">The latest version</a> |
263 |
of the specification is referenced.</dd> |
of the specification is referenced.</dd> |
264 |
</dl> |
</dl> |
265 |
</div> |
</div> |
266 |
|
|
267 |
<div id="informative-references" class="section informative reference"> |
<div id="informative-references" class="section informative reference"> |
268 |
<h3>Informative References</h3> |
<h3>Non-normative References</h3> |
269 |
|
|
270 |
<dl> |
<dl> |
271 |
|
<dt id=ref-CSS>CSS</dt> |
272 |
|
<dd><cite><a href="http://www.w3.org/TR/2007/CR-CSS21-20070719">Cascading |
273 |
|
Style Sheets Level 2 Revision 1 (<abbr>CSS</abbr> 2.1) |
274 |
|
Specification</a></cite>, |
275 |
|
<abbr title="World Wide Web Consortium">W3C</abbr> Candidate |
276 |
|
Recommendation, <time datetime=2007-07-19>19 July 2007</time>. |
277 |
|
Work in progress. The latest version of the specification is |
278 |
|
available at |
279 |
|
<code class=URI><<a href="http://www.w3.org/TR/CSS21">http://www.w3.org/TR/CSS21</a>></code>.</dd> |
280 |
<dt id=ref-CSSOM>CSSOM</dt> |
<dt id=ref-CSSOM>CSSOM</dt> |
281 |
<dd><cite><a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?rev=1.55&content-type=text/html;%20charset=utf-8">Cascading |
<dd><cite><a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?rev=1.55&content-type=text/html;%20charset=utf-8">Cascading |
282 |
Style Sheets Object Model (<abbr>CSSOM</abbr>)</a></cite>, |
Style Sheets Object Model (<abbr>CSSOM</abbr>)</a></cite>, |
283 |
<abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft, |
<abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft, |
284 |
18 June 2007. Work in progress. The latest Editor's Draft |
<time datetime=2007-06-18>18 June 2007</time>. Work in progress. |
285 |
of the specification is available at |
The latest Editor's Draft of the specification is available at |
286 |
<code class=uri><<a href="http://dev.w3.org/csswg/cssom/Overview.html">http://dev.w3.org/csswg/cssom/Overview.html</a>></code>.</dd> |
<code class=URI><<a href="http://dev.w3.org/csswg/cssom/Overview.html">http://dev.w3.org/csswg/cssom/Overview.html</a>></code>.</dd> |
287 |
|
<dt id=ref-HTML5>HTML5</dt> |
288 |
|
<dd><cite><a href="http://whatwg.org/html5"><abbr>HTML</abbr> 5</a></cite>, |
289 |
|
<abbr title="Web Hypertext Application Technology Working Group">WHATWG</abbr> |
290 |
|
Working Draft. Work in progress.</dd> |
291 |
|
<dt id=ref-SAPI>SAPI</dt> |
292 |
|
<dd><cite><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/selectors-api/Overview.html?rev=1.28&content-type=text/html;%20charset=utf-8">Selectors <abbr>API</abbr></a></cite>, |
293 |
|
<abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft, |
294 |
|
<time datetime=2007-08-29>29 August 2007</time>. Work in progress. |
295 |
|
The latest Editor's Draft of the specification is available at |
296 |
|
<code class=URI><<a href="http://dev.w3.org/2006/webapi/selectors-api/Overview.html">http://dev.w3.org/2006/webapi/selectors-api/Overview.html</a>></code>. |
297 |
|
The latest published version of the specification is available at |
298 |
|
<code class=URI><<a href="http://www.w3.org/TR/selectors-api/">http://www.w3.org/TR/selectors-api/</a>></code>.</dd> |
299 |
|
<dt id=XBL2>XBL2</dt> |
300 |
|
<dd><cite><a href="http://www.mozilla.org/projects/xbl/xbl2.html"><abbr>XBL</abbr> |
301 |
|
2.0</a></cite>, Mozilla.org, <time datetime=2007-03-15>15 Mar 2007</time>. |
302 |
|
Work in progress. The latest |
303 |
|
<abbr title="World Wide Web Consortium">W3C</abbr>$B!>(Bpublished |
304 |
|
version of the specification is available at |
305 |
|
<code class=URI><<a href="http://www.w3.org/TR/xbl/">http://www.w3.org/TR/xbl/</a>></code>.</dd> |
306 |
</dl> |
</dl> |
307 |
</div> |
</div> |
308 |
|
|