- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 30 Aug 2009 10:49:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7458
Summary: inconsistent definition of "up" relation
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: julian.reschke@gmx.de
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Citing: 6.12.3.18.2 Link type "up"
"The up keyword indicates that the document is part of a hierarchical
structure, and that the link is leading to the document that is the parent of
the current document."
So "up" always defines a relation to the parent document.
But wait...:
"The up keyword may be repeated within a rel attribute to indicate the
hierarchical distance from the current document to the referenced document.
Each occurrence of the keyword represents one further level. (...)"
So "up up" does not define a relation to the parent document, after all.
The simplest way to fix this is to remove the exception here; please do not
experiment with the link relation system in general unless it's clear that it's
needed.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 30 August 2009 10:49:45 UTC