This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10817 - i18n comment 12 : title element should support and inherit dir attribute
Summary: i18n comment 12 : title element should support and inherit dir attribute
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 12:55 UTC by i18n bidi group
Modified: 2011-01-22 20:28 UTC (History)
7 users (show)

See Also:


Attachments

Description i18n bidi group 2010-09-29 12:55:11 UTC
Comment from the i18n review of:
http://dev.w3.org/html5/spec/

Comment 12
At http://www.w3.org/International/reviews/html5-bidi/
Editorial/substantive: S
Tracked by: AL

Location in reviewed document:
undefined [http://dev.w3.org/html5/spec/spec.html#contents]

Comment:The HTML specification should explicitly state that <title> text will be displayed in the <title>'s computed direction.

This is a part of the proposals made by the "Additional Requirements for Bidi in HTML" W3C First Public Working Draft. For a full description of the use cases, please see 
http://www.w3.org/International/docs/html-bidi-requirements/#title-and-dir [http://www.w3.org/International/docs/html-bidi-requirements/#title-and-dir]
.
Comment 1 Ian 'Hixie' Hickson 2010-10-04 23:48:23 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Makes sense.

Please let me know if the text I ended up using is ok. (It's slightly complicated by the interactions of HTML and SVG.)
Comment 2 contributor 2010-10-04 23:49:07 UTC
Checked in as WHATWG revision r5579.
Check-in comment: Try to clarify that <title> directionality affects the use of the title outside the document.
http://html5.org/tools/web-apps-tracker?from=5578&to=5579
Comment 3 Aharon Lanin 2010-10-06 15:45:13 UTC
The change looks good. It is possible to make it even clearer by inserting the following after "<span>the directionality</span> of that <code>title</code> element": "e.g. as set by the <code>dir</code> attribute on it or an ancestor". It is up to you. Thanks!