<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>10811</bug_id>
          
          <creation_ts>2010-09-29 12:36:27 +0000</creation_ts>
          <short_desc>i18n comment 6 : U+2028 and U+2029 in dialog text</short_desc>
          <delta_ts>2011-01-22 20:22:48 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="i18n bidi group">public-i18n-bidi</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>aharon.lists.lanin</cc>
    
    <cc>ayg</cc>
    
    <cc>ehsan</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>mjs</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>public-i18n-bidi</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>39941</commentid>
    <comment_count>0</comment_count>
    <who name="i18n bidi group">public-i18n-bidi</who>
    <bug_when>2010-09-29 12:36:27 +0000</bug_when>
    <thetext>Comment from the i18n review of:
http://dev.w3.org/html5/spec/

Comment 6
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:This is a part of the proposals made by the &quot;Additional Requirements for Bidi in HTML&quot; W3C First Public Working Draft. For a full description of the use cases, please see 
http://www.w3.org/International/docs/html-bidi-requirements/#newline-as-separator [http://www.w3.org/International/docs/html-bidi-requirements/#newline-as-separator]
. Here is the proposal made there:

The LINE SEPARATOR (U+2028) and PARAGRAPH SEPARATOR (U+2029) characters in the plain text displayed by the page&apos;s scripts using functions such as Javascript&apos;s alert() and confirm() should break lines. PARAGRAPH SEPARATOR characters in these elements should constitute UBA paragraph breaks, while LINE SEPARATOR characters should constitute UBA whitespace, as defined by the Unicode standard.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>39972</commentid>
    <comment_count>1</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-09-29 16:06:22 +0000</bug_when>
    <thetext>Currently HTML doesn&apos;t specify anything about how the text shown in dialogs (such as via alert()). It would be odd to have only this one requirement.

If HTML does specify anything about how the text in a dialog is rendered, it would probably be best to defer to CSS.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40688</commentid>
    <comment_count>2</comment_count>
    <who name="Ehsan Akhgari [:ehsan]">ehsan</who>
    <bug_when>2010-10-06 02:10:07 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Currently HTML doesn&apos;t specify anything about how the text shown in dialogs
&gt; (such as via alert()). It would be odd to have only this one requirement.

That&apos;s true, but why is it sufficient reason to exclude this from the HTML5 specification?

&gt; If HTML does specify anything about how the text in a dialog is rendered, it
&gt; would probably be best to defer to CSS.

I find this argument weak, as there is currently no way for CSS to affect how context in such dialogs is rendered.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40745</commentid>
    <comment_count>3</comment_count>
    <who name="Aharon Lanin">aharon.lists.lanin</who>
    <bug_when>2010-10-06 21:18:06 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; Currently HTML doesn&apos;t specify anything about how the text shown in dialogs
&gt; &gt; (such as via alert()). It would be odd to have only this one requirement.
&gt; 
&gt; That&apos;s true, but why is it sufficient reason to exclude this from the HTML5
&gt; specification?
&gt; 
&gt; &gt; If HTML does specify anything about how the text in a dialog is rendered, it
&gt; &gt; would probably be best to defer to CSS.
&gt; 
&gt; I find this argument weak, as there is currently no way for CSS to affect how
&gt; context in such dialogs is rendered.

Also, this is not at all a good match for CSS. Bidi ordering is not just a matter of presentation. Although CSS has bidi properties like direction and unicode-bidi, these are only properly used to implement HTML mark-up (dir attribute, bdo element). For documents, the recommendation is to use HTML mark-up, not them. See &lt;http://www.w3.org/TR/i18n-html-tech-bidi/#ri20030728.092130948&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41032</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-10-12 09:22:15 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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: Rejected
Change Description: no spec change
Rationale:

As far as I can tell this requirement makes as much sense as requiring that
characters in the string be rendered so that they are recognisably similar to
the glyphs that Unicode shows, or that text should be rendered with glyphs next
to each other rather than on top of each other.

Unicode defines the semantics of these characters. If the browsers don&apos;t honour
them, then that&apos;s a violation of Unicode&apos;s semantics. I don&apos;t see what that has
to do with HTML. Adding a requirement to follow the requirements in Unicode
doesn&apos;t make any difference to whether the requirements will be followed or
not.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>