<?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>3495</bug_id>
          
          <creation_ts>2006-07-19 17:20:15 +0000</creation_ts>
          <short_desc>Hard to know what this is about</short_desc>
          <delta_ts>2006-10-03 14:50:41 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>ITS</product>
          <component>ITS tagset</component>
          <version>WorkingDraft</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>proposalAccepted, reviewerSatisfied</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>AfterLC</target_milestone>
          
          <blocked>3318</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Felix Sasaki">fsasaki</reporter>
          <assigned_to name="Felix Sasaki">fsasaki</assigned_to>
          
          
          <qa_contact name="Felix Sasaki">fsasaki</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>10603</commentid>
    <comment_count>0</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-07-19 17:20:15 +0000</bug_when>
    <thetext>Issue #23 of i18nCore comments
http://www.w3.org/International/reviews/0606-its/

The definition of flow of content as &apos;representing how the nodes of the element should be treated as a single unit for linguistic purposes&apos; is not only hard to read, but doesn&apos;t tell me anything about its intended use. Could we be talking about identifying noun phrases?

I think we are talking about identifying translation unit segmentation breaks. If this is the case, please make that clear. I think people reading this could be either unclear about its intent, or misunderstand in such a way that it is implemented for all sorts of uninteroperable structural definitions of the content.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10715</commentid>
    <comment_count>1</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-07-24 15:23:56 +0000</bug_when>
    <thetext>This issue is related to the bug #3318
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3318

The proposed new text is:

&quot;The data category elements within text expresses information about how text parts that go together from a linguistic viewpoint (e.g. sentences, or paragraphs) are affected by elements. For example, the content of the &lt;strong&gt; element in XHTML should not be separated from the text of its parent element. On the other hand the content of the &lt;fn&gt; element in DITA is independent from the content of its parent element. The values associated with this data category are:&quot;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10722</commentid>
    <comment_count>2</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-07-24 16:53:35 +0000</bug_when>
    <thetext>Action: working group to look at the proposal from Yves at http://www.w3.org/Bugs/Public/show_bug.cgi?id=3495#c1 .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10872</commentid>
    <comment_count>3</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-07-28 15:26:34 +0000</bug_when>
    <thetext>Discussed at http://www.w3.org/2006/07/28-i18nits-minutes.html#item05 .
Action: Yves to reword http://www.w3.org/Bugs/Public/show_bug.cgi?id=3495#c1  taking today&apos;s discussion into account.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10884</commentid>
    <comment_count>4</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-07-31 13:58:48 +0000</bug_when>
    <thetext>Here is my new proposal:

-----
This data category expresses how elements affect the way text content is broken down from a linguistic viewpoint. This is used, for example, to provide basic text segmentation for linguistic tools. The values associated with this data category are:


- &quot;yes&quot; : The element and its content are part of the content of its parent element.

Example: The element &lt;strong&gt; in XHTML

&lt;p&gt;&lt;strong&gt;Appaloosa horses&lt;strong&gt; have spotted coats.&lt;/p&gt;



- &quot;nested&quot; : The element is part of the content of its parent element, but its content is a separate text unit.

Example The element &lt;fn&gt; in DITA

&lt;p&gt;Palouse horses&lt;fn&gt;A Palouse horse is the same as an Appaloosa.&lt;/fn&gt; have spotted coats.&lt;/p&gt;



- &quot;no&quot; : The element splits the content of its parent element and each part is a separate text unit.

Example : The element &lt;p&gt; when inside the element &lt;li&gt; in DITA or XHTML

&lt;li&gt;Palouse horses:
 &lt;p&gt;They have spotted coats.&lt;/p&gt;
 &lt;p&gt;They have been breed by the Nez Perce.&lt;/p&gt;
&lt;/li&gt;


Elements not listed are considered to have the value &quot;no&quot;.
-----
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10918</commentid>
    <comment_count>5</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-08-01 01:17:28 +0000</bug_when>
    <thetext>Discussed at http://www.w3.org/2006/07/31-i18nits-minutes.html#item08 .
Action: working group to look at Yves proposal at http://www.w3.org/Bugs/Public/show_bug.cgi?id=3495#c4 .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11109</commentid>
    <comment_count>6</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-08-14 13:36:34 +0000</bug_when>
    <thetext>Discussd during teleconference.
Christian to propose change in text.
See the proposal here:
http://lists.w3.org/Archives/Public/public-i18n-its/2006JulSep/0258.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11202</commentid>
    <comment_count>7</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-08-17 13:59:08 +0000</bug_when>
    <thetext>*** Bug 3318 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11203</commentid>
    <comment_count>8</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-08-17 14:04:29 +0000</bug_when>
    <thetext>The new text (yves&apos; proposal and christian&apos;s edit is:

-----
The data category &quot;Elements within text&quot; reveals if and how an element affects the way text content behaves from a linguistic viewpoint. This information is for example relevant to provide basic text segmentation hints for tools such as translation memory systems. The values associated with this data category are:


- &quot;yes&quot; : The element and its content are part of the content of its parent
element.

Example: The element &lt;strong&gt; in XHTML

&lt;p&gt;&lt;strong&gt;Appaloosa horses&lt;strong&gt; have spotted coats.&lt;/p&gt;


- &quot;nested&quot; : The element is part of the content of its parent element, but its
content is a separate text unit.

Example The element &lt;fn&gt; in DITA

&lt;p&gt;Palouse horses&lt;fn&gt;A Palouse horse is the same as an Appaloosa.&lt;/fn&gt; have
spotted coats.&lt;/p&gt;


- &quot;no&quot; : The element splits the content of its parent element and each part is
a separate text unit.

Example : The element &lt;p&gt; when inside the element &lt;li&gt; in DITA or XHTML

&lt;li&gt;Palouse horses:
 &lt;p&gt;They have spotted coats.&lt;/p&gt;
 &lt;p&gt;They have been breed by the Nez Perce.&lt;/p&gt;
&lt;/li&gt;


Elements not listed are considered to have the value &quot;no&quot;.
-----

Action: editors to make the change.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11209</commentid>
    <comment_count>9</comment_count>
    <who name="Christian Lieske">christian.lieske</who>
    <bug_when>2006-08-18 08:28:17 +0000</bug_when>
    <thetext>Comment has been implemented as follows:

&lt;list type=&quot;unordered&quot;&gt;
	&lt;item&gt;
		&lt;val&gt;yes&lt;/val&gt; : the element and its content are part of the flow of its parent element ; the element &amp;lt;strong&amp;gt; in XHTML; is an example:  &amp;lt;strong&amp;gt; Appaloosa horses  &amp;lt;/strong&amp;gt; have spotted coats.
&lt;/item&gt;
	&lt;item&gt;
		&lt;val&gt;nested&lt;/val&gt; : the element is part of the flow of its parent element, its content is an independent flow;the element &amp;lt;fn&amp;gt; in DITA is an example:

Palouse horses &amp;lt;fn&amp;gt; A Palouse horse is the same as an Appaloosa. &amp;lt;/fn&amp;gt; have
spotted coats.
&lt;/item&gt;
	&lt;item&gt;
		&lt;val&gt;no&lt;/val&gt; : the element splits the text flow of its parent element and its content is an independent text flow; the element &amp;lt;p&amp;gt; when inside the element &amp;lt;li&amp;gt; in DITA or XHTML:
 &amp;lt;li&amp;gt; Palouse horses:
&amp;lt;p&amp;gt;They have spotted coats.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;They have been breed by the Nez Perce.&amp;lt;/p&amp;gt;
&amp;lt;/li&amp;gt;
&lt;/item&gt;
&lt;/list&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11440</commentid>
    <comment_count>10</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-09-06 21:00:09 +0000</bug_when>
    <thetext>Action: to make the change</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11578</commentid>
    <comment_count>11</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-09-11 02:45:06 +0000</bug_when>
    <thetext>Wait: response sent. See http://lists.w3.org/Archives/Public/public-i18n-its/2006JulSep/0316.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11710</commentid>
    <comment_count>12</comment_count>
    <who name="Yves Savourel">ysavourel</who>
    <bug_when>2006-09-14 03:50:56 +0000</bug_when>
    <thetext>Closed. Commenters satisfied see:
http://lists.w3.org/Archives/Public/public-i18n-its/2006JulSep/0362.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>12147</commentid>
    <comment_count>13</comment_count>
    <who name="Felix Sasaki">fsasaki</who>
    <bug_when>2006-09-28 06:43:03 +0000</bug_when>
    <thetext>Summary: The Working Group decided to accept the proposal and clarified the description of the &quot;elements within text&quot; data category.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>