-
Notifications
You must be signed in to change notification settings - Fork 12
/
help.html
56 lines (47 loc) · 2.4 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search Criteria</title>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/base">
</head>
<body>
<div class="head">
<p>
<a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home" height="48" width="72"/></a>
</p>
<h1>Search Criteria</h1>
</div>
<p>This page describes the search criteria available in <a href="https://www.w3.org/TR/">https://www.w3.org/TR/</a>.</p>
<h3 id='title'>Search by title</h3>
<p>This does a simple text matching on titles of specifications.</p>
<h3 id='tag'>Search by tags</h3>
<p>
This restricts the set of specifications using a limited set of tags.
The tags are based on general topics that we believe are most relevant for our general community.
A <a href='https://w3c.github.io/tr-pages/tags'>complete list of tags</a> with their descriptions is available.
</p>
<h3 id="status">Search by Status</h3>
<p>
This matches the status of the Document, as defined by the <a href="https://www.w3.org/Consortium/Process/">W3C Process</a>.
W3C Recommendations have gone through the entire review cycle and are endorsed by the W3C Director. Retired documents are obsoleted,
superseded, or abandoned.
</p>
<h3 id='version'>Search by Version</h3>
<p>
This narrows down the list to a more useful list of documents based on their status. Depending on your needs, you may choose between:
</p>
<ol>
<li>Latest: the most stabilized documents known for a given technology. Use this if you're looking to deploy the technology in documents/applications;</li>
<li>Upcoming: the "tip" of the document, as approved by a W3C Group. Use this if you're interested in being on the leading edge;</li>
<li>Editor's draft: list all known drafts with the latest edits from the editor. Depending on the work style of the Group, those edits may or may not
be approved by the Group. Use this if you're an implementor and looking to know the latest thinking.
</li>
</ol>
<p>More information on the version classification can be found in <a href="https://www.w3.org/2005/05/tr-versions#shortnames">3. Short Names and canonical URLs</a>.</p>
<hr>
<address><a href="mailto:[email protected]">[email protected]</a></address>
Comments and issues are welcome in the <a href="https://github.com/w3c/tr-pages/">GitHub repo</a>.
</body>
</html>