Confirmed users, Bureaucrats and Sysops emeriti
812
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
UAs providing a default set of descriptors may reset to a new default set and clear any updates as appropriate, and will check for updates for those defaults on first use as described above. This allows a change to updateURLs as needed. | UAs providing a default set of descriptors may reset to a new default set and clear any updates as appropriate, and will check for updates for those defaults on first use as described above. This allows a change to updateURLs as needed. | ||
== Version element == | |||
Optional: Contains a version which is passed as part of the update URL | |||
Parent: OpenSearchDescription | |||
Restrictions: The value must contain 256 or fewer characters of plain text. The value must not contain HTML or other markup. | |||
Requirements: This element may appear zero or one time. | |||
Example: | |||
<Version>47</Version> | |||
== Forced Updates == | == Forced Updates == | ||
If a UA navigates to a search descriptor served with application/opensearchdescription+xml on the same origin (host+scheme+port) as the updateURL, and the updateURL matches, the UA SHOULD simply update the locally stored version. UAs SHOULD NOT prompt the user for confirmation. | If a UA navigates to a search descriptor served with application/opensearchdescription+xml on the same origin (host+scheme+port) as the updateURL, and the updateURL matches, the UA SHOULD simply update the locally stored version. UAs SHOULD NOT prompt the user for confirmation. | ||