<?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>18786</bug_id>
          
          <creation_ts>2012-09-06 01:04:11 +0000</creation_ts>
          <short_desc>Improve special characters readability in the specifications</short_desc>
          <delta_ts>2012-10-12 17:55:35 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>TextTracks CG</product>
          <component>WebVTT</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ubitux</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-texttracks</cc>
          
          <qa_contact name="This bug has no owner yet - up for the taking">dave.null</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>73272</commentid>
    <comment_count>0</comment_count>
    <who name="">ubitux</who>
    <bug_when>2012-09-06 01:04:11 +0000</bug_when>
    <thetext>Just a small suggestion about the specifications; would it be possible to put a particular markup on the characters code?

Example: the sentence &quot;Optionally, either a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab) character followed by any number of characters that are not U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN (CR) characters.&quot;

...is quite unreadable in the current form. It would IMO be greatly improved by using for example: &quot;Optionally, either a &lt;code&gt;U+0020 SPACE&lt;/code&gt; character or a &lt;code&gt;U+0009 CHARACTER TABULATION (tab)&lt;/code&gt; character followed by any number of characters that are not &lt;code&gt;U+000A LINE FEED (LF)&lt;/code&gt; or &lt;code&gt;U+000D CARRIAGE RETURN (CR)&lt;/code&gt; characters.&quot;

(or any other particular emphasis)


Somehow related: it looks like there are both mixed ASCII and UTF-8 characters wording in this section: http://dev.w3.org/html5/webvtt/#webvtt-chapter-title-text

ASCII:
    A WebVTT cue amp escape, representing a &quot;&amp;&quot; character in the text of the cue.
    A WebVTT cue lt escape, representing a &quot;&lt;&quot; character in the text of the cue.
    A WebVTT cue gt escape, representing a &quot;&gt;&quot; character in the text of the cue.

UTF-8:
    A WebVTT cue lrm escape, representing a U+200E LEFT-TO-RIGHT MARK Unicode bidirectional formatting character in the text of the cue.
    A WebVTT cue rlm escape, representing a U+200F RIGHT-TO-LEFT MARK Unicode bidirectional formatting character in the text of the cue.
    A WebVTT cue nbsp escape, representing a U+00A0 NO-BREAK SPACE character in the text of the cue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76127</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-10-12 17:55:35 +0000</bug_when>
    <thetext>Putting markup around all the Unicode character references would take forever (there&apos;s nearly 3000 of them). I&apos;m not sure it&apos;s worth it.

The other case you mention is just because there&apos;s no way to show the Unicode characters in question as a quoted string.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>