Closed
Bug 189854
Opened 23 years ago
Closed 22 years ago
W3C's RDF Validator says various things are deprecated
Categories
(Core Graveyard :: RDF, defect)
Core Graveyard
RDF
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 227307
People
(Reporter: brant, Assigned: mozilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030120
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030120
Validating chrome.rdf for Modern Theme gives:
Warning Messages
Warning: {W101} Unqualified use of rdf:about has been deprecated.[Line = 7,
Column = 42]
Warning: {W101} Unqualified use of rdf:resource has been deprecated.[Line = 8,
Column = 54]
Warning: {W101} Unqualified use of rdf:about has been deprecated.[Line = 12,
Column = 56]
Warning: {W101} Unqualified use of rdf:about has been deprecated.[Line = 15,
Column = 61]
Warning: {W101} Unqualified use of rdf:resource has been deprecated.[Line = 16,
Column = 70]
Warning: {W101} Unqualified use of rdf:about has been deprecated.[Line = 24,
Column = 31]
Reproducible: Always
Steps to Reproduce:
1. Validate some RDF files.
Actual Results:
Messages about things being deprecated.
Expected Results:
I would assume we shouldn't be using deprecated items.
I am not an RDF expert, just bringing it up.
![]() |
||
Comment 1•23 years ago
|
||
chrome.rdf is automatically generated -- the real bug here is that the
serializer should always namespace-qualify RDF stuff.
![]() |
||
Comment 2•22 years ago
|
||
Duping forward -- there's a patch on bug 227307.
*** This bug has been marked as a duplicate of 227307 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•