зеркало из https://github.com/mozilla/pjs.git
Bug 4750. Updated RDF_NAMESPACE_URI to refer to the most recent (and final) version of the RDF recommendation.
This commit is contained in:
Родитель
10cc7b2f8a
Коммит
a12efd3224
|
@ -14,7 +14,7 @@
|
|||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:style>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
]>
|
||||
|
||||
<window
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
|
|
|
@ -51,9 +51,7 @@ static const char* kTag##prefix##_##name = #name
|
|||
* Core RDF vocabularies that we use to infer semantic actions
|
||||
*/
|
||||
|
||||
// The real McCoy.
|
||||
//#define RDF_NAMESPACE_URI "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
#define RDF_NAMESPACE_URI "http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
#define RDF_NAMESPACE_URI "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
#define WEB_NAMESPACE_URI "http://home.netscape.com/WEB-rdf#"
|
||||
#define NC_NAMESPACE_URI "http://home.netscape.com/NC-rdf#"
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,91 +1,93 @@
|
|||
<r:RDF xmlns:r="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
<!-- -*- Mode: SGML; tab-width: 4; indent-tabs-mode: nil -*- -->
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://chrome.mozilla.org/rdf#">
|
||||
|
||||
<chrome r:ID="chrome://global/">
|
||||
<chrome ID="chrome://global/">
|
||||
|
||||
<skin>
|
||||
<r:Description r:ID="chrome://global/skin/">
|
||||
<RDF:Description ID="chrome://global/skin/">
|
||||
<base>resource:/res/samples/</base>
|
||||
<main>xul.css</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
</chrome>
|
||||
|
||||
|
||||
<chrome r:ID="chrome://navigator/">
|
||||
<chrome ID="chrome://navigator/">
|
||||
|
||||
<skin>
|
||||
<r:Description r:ID="chrome://navigator/skin/">
|
||||
<RDF:Description ID="chrome://navigator/skin/">
|
||||
<base>resource:/res/samples/</base>
|
||||
<main>navigator.css</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
<content>
|
||||
<r:Description r:ID="chrome://navigator/content/">
|
||||
<RDF:Description ID="chrome://navigator/content/">
|
||||
<base>resource:/res/samples/</base>
|
||||
<main>navigator.xul</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</content>
|
||||
|
||||
</chrome>
|
||||
|
||||
<chrome r:ID="chrome://messenger/">
|
||||
<chrome ID="chrome://messenger/">
|
||||
|
||||
<skin>
|
||||
<r:Description r:ID="chrome://messenger/skin/">
|
||||
<RDF:Description ID="chrome://messenger/skin/">
|
||||
<base>resource:/res/mailnews/messenger/</base>
|
||||
<main>messenger.css</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
<content>
|
||||
<r:Description r:ID="chrome://messenger/content/">
|
||||
<RDF:Description ID="chrome://messenger/content/">
|
||||
<base>resource:/res/mailnews/messenger/</base>
|
||||
<main>mailshell.xul</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</content>
|
||||
|
||||
</chrome>
|
||||
|
||||
<chrome r:ID="chrome://messengercompose/">
|
||||
<chrome ID="chrome://messengercompose/">
|
||||
|
||||
<skin>
|
||||
<r:Description r:ID="chrome://messengercompose/skin/">
|
||||
<RDF:Description ID="chrome://messengercompose/skin/">
|
||||
<base>resource:/res/mailnews/compose/</base>
|
||||
<main>messengercompose.css</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
<content>
|
||||
<r:Description r:ID="chrome://messengercompose/content/">
|
||||
<RDF:Description ID="chrome://messengercompose/content/">
|
||||
<base>resource:/res/mailnews/compose/</base>
|
||||
<main>msgcompose.xul</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</content>
|
||||
|
||||
</chrome>
|
||||
|
||||
|
||||
<chrome r:ID="chrome://editor/">
|
||||
<chrome ID="chrome://editor/">
|
||||
|
||||
<skin>
|
||||
<r:Description r:ID="chrome://editor/skin/">
|
||||
<RDF:Description ID="chrome://editor/skin/">
|
||||
<base>resource:/res/editor/skin/</base>
|
||||
<main>editordialogs.css</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</skin>
|
||||
|
||||
<content>
|
||||
<r:Description r:ID="chrome://editor/content/">
|
||||
<RDF:Description ID="chrome://editor/content/">
|
||||
<base>resource:/res/editor/content/</base>
|
||||
<main>EditorAppShell.xul</main>
|
||||
</r:Description>
|
||||
</RDF:Description>
|
||||
</content>
|
||||
|
||||
</chrome>
|
||||
|
||||
</r:RDF>
|
||||
</RDF:RDF>
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<xul:window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:script>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<xul:window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:script>
|
||||
|
|
|
@ -8,7 +8,7 @@ This test exercises some of the DOMAttr stuff.
|
|||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ creates a bookmark element and tries to insert it.
|
|||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
|
@ -42,7 +42,7 @@ function AddBookmark()
|
|||
newItem.setAttribute('id', 'http://home.netscape.com/people/waterson');
|
||||
newItem.setAttribute('type', 'http://home.netscape.com/NC-rdf#Bookmark');
|
||||
newItem.setAttribute('nc:Name', 'My Home Page');
|
||||
newItem.setAttribute('rdf:property', 'http://www.w3.org/TR/WD-rdf-syntax#_5');
|
||||
newItem.setAttribute('rdf:property', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#_5');
|
||||
|
||||
treechildren.appendChild(newItem);
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<xul:window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:script>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<xul:window
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#">
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
<html:script>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<xul:window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче