<bugzilla version="2.22"
          urlbase="http://www.w3.org/Bugs/Public/"
          maintainer="bugzilla@w3.org"
          exporter="fsasaki@w3.org"
>

    <bug>
          <bug_id>3319</bug_id>
          
          <creation_ts>2006-06-07 05:55</creation_ts>
          <short_desc>Namespace binding mechanism</short_desc>
          <delta_ts>2007-02-16 05:39:40</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>changeDeclined</keywords>

          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>DuringCR</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>sebastian.rahtz@oucs.ox.ac.uk</assigned_to>

          <cc>cmsmcq@w3.org</cc>
    
    <cc>sebastian.rahtz@oucs.ox.ac.uk</cc>
    
    <cc>werner.donne@re.be</cc>
          <qa_contact>fsasaki@w3.org</qa_contact>

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>

            <bug_when>2006-06-07 05:55:06</bug_when>
            <thetext>See comment from Werner Donne at http://lists.w3.org/Archives/Member/member-i18n-its/2006AprJun/0107.html , and from Michael Sperberg-McQueen at http://lists.w3.org/Archives/Member/member-i18n-its/2006AprJun/0097.html .

Summary: They propose to give up the &lt;ns&gt; element, and use the &quot;xmlns&quot; attribute instead.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>

            <bug_when>2006-06-20 05:14:55</bug_when>
            <thetext>Added Werner and Michael to the CC list, to keep them in the loop.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>sebastian.rahtz@oucs.ox.ac.uk</who>
            <bug_when>2006-06-28 12:29:39</bug_when>
            <thetext>I&apos;d like to clear up the issue around bug 3319 report for
the ITS proposal. This concerns the use of the &lt;ns&gt; element
to declare a namespace prefix which will subsequently be
used in XPath expressions.

Werner&apos;s comment is:


&gt;&gt; 2) The &quot;ns&quot; element is there to declare namespace bindings in the
&gt;&gt;    scope of a rules element. Why can&apos;t the regular namespace
&gt;&gt;    declaration be used? Its scope can also be limited to the rules
&gt;&gt;    elements and the prefix bindings of the document itself could
&gt;&gt;    be used to interpret the XPath expressions in the select attributes.
&gt;&gt;    This is often likely to be what is desired, because the XPath
&gt;&gt;    expressions address parts of the document itself.

The situation that &lt;ns&gt; is  designed to be used is when
we have a rule which talks about namespaced elements. Thus:

  &lt;its:documentRule its:translate=&quot;yes&quot;

		its:selector=&quot;//tei:body&quot;/&gt;

In this context, we need to talk about &lt;body&gt; in the TEI
namespace. The prefix &quot;tei:&quot; is here not being parsed,
so there is no corresponding declaration. If we added one:

  &lt;its:documentRules  
     xmlns:tei=&quot;whatever/foo/bar&quot;
     xmlns:its=&quot;http://www.w3.org/2005/11/its&quot;&gt;

     &lt;its:documentRule its:translate=&quot;yes&quot;
		its:selector=&quot;//tei:body&quot;/&gt;

then a processor which parses the XML has no formal
way to relate the first &quot;tei&quot; to the second &quot;tei&quot;,
since the namespace declaration is an instruction to the
XML parser. It may legally write the document without the
declaration (and indeed will probably do so if there are
no elements in the namespace). However, if we add

  &lt;its:ns its:prefix=&quot;tei&quot; its:uri=&quot;http://www.tei-c.org/ns/1.0&quot;/&gt;

then the relationship is made explicit, and the XML parser
cannot throw it away.

Does this long-winded explain why we did it like this (copying
the idea from Schematron)? Because, to summarize, the xmlns
declaration may be changed or dropped by some XML application
earlier in the processing chain, and lose the information
about the prefix.

Michael and Werner, would you be willing to accept this
explanation, and close the bug?

Sebastian
  </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>werner.donne@re.be</who>
            <bug_when>2006-06-28 12:52:26</bug_when>
            <thetext>Sebastian,

I can accept the explanation. Thank you.

Werner.</thetext>
          </long_desc>

          <long_desc isprivate="0">
            <who>sebastian.rahtz@oucs.ox.ac.uk</who>
            <bug_when>2006-06-28 13:05:41</bug_when>
            <thetext>Please note that my examples in the last comment
were not using the current naming :-{

However, that didnt affect the point, I hope.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>sebastian.rahtz@oucs.ox.ac.uk</who>

            <bug_when>2006-07-12 14:40:00</bug_when>
            <thetext>Michael,

I am proposing to close this bug on 21st July unless
we hear from you to the contrary by then.

Hope thats OK

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2006-07-24 12:37:07</bug_when>
            <thetext>Wait: answer sent, wait respone.</thetext>

          </long_desc>
          <long_desc isprivate="0">
            <who>ysavourel@translate.com</who>
            <bug_when>2006-09-06 23:10:52</bug_when>
            <thetext>Closed. No answer after 2 weeks.</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2006-09-28 06:06:24</bug_when>
            <thetext>Summary: The Working Group decided not to change the namespace binding mechanism, because we want ITS global rules to be independent of existing (and possibly changing) namespace declarations.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cmsmcq@w3.org</who>
            <bug_when>2006-10-30 01:41:05</bug_when>

            <thetext>My apologies for my delinquency in not responding earlier to your email.

I agree that tools of the sort described by Sebastian Rahtz exist.  But
if such tools are used in situations where content or attribute values may 
contain QNames, and the tool being used does not know how to figure out 
whether a particular binding is in use or not, then the use of the tools 
is wrong-headed and a mistake, just like the invocation of any
tool that changes the infoset in situations where the change in question
is wrong.

xmlns:foo is NOT an instruction to the parser.  It is a purely
declarative statement about a binding between a prefix used in
QNames and a namespace name.  It does not instruct the parser to
do anything in particular, any more than any other attribute.

I think better solutions for this situation would be:  use an
expanded-name syntax for the expressions, and clarify that before
use, the expressions must be translated into QName form using an
appropriate binding (theoretically clean, but cumbersome and prone
to misunderstanding -- I don&apos;t recommend this seriously).

Or:  add a health warning noting that when XPath expressions are
being transmitted, it&apos;s dangerous to use tools of the sort described.
If it&apos;s essential to know that a particular prefix is used in 
XPath expressions and not just in generic identifiers and attribute
names, then by all means make a declaration that has that as its
meaning (like the import facility in XML Schema, which acts as a 
signal that a particular foreign namespace may be referenced).

But do NOT replicate the namespace mechanisms.  That way lies
madness.

Again, my apologies for this dilatory reply.  If it&apos;s too late,
I will hardly be able to resent your replying in turn that it&apos;s
too late to reconsider this.  But I&apos;m not able to say &quot;it&apos;s OK
with me,&quot; so if you&apos;re unable to reopen consideration of this
topic, I ask that you record this as an unresolved issue and a
formal objection.  (Sorry about that.)

</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>sebastian.rahtz@oucs.ox.ac.uk</who>
            <bug_when>2006-12-20 15:39:12</bug_when>
            <thetext>I have now worked out how to use the normal namespace
decls in an efficient way in XSLT 1.0, so I believe
the &lt;ns&gt; element can now be dropped. Pending
final check from implementors.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>

            <bug_when>2007-02-16 05:38:10</bug_when>
            <thetext>The ineroperability testing during CR phase should that the namespace binding via &quot;xmlns&quot; attributes can handle all functionality the specification needs. Hence, the alternative namespace binding via the &quot;ns&quot; element (a &quot;feature at risk&quot;) was dropped from the specification.</thetext>
          </long_desc>
      
    </bug>

    <bug>
          <bug_id>4096</bug_id>
          
          <creation_ts>2006-12-19 04:10</creation_ts>
          <short_desc>Inheritance and overriding needs to be made clearer</short_desc>
          <delta_ts>2007-02-15 14:33:24</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>CR</version>

          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>

          <target_milestone>---</target_milestone>
          
          <blocked>4327</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2006-12-19 04:10:49</bug_when>
            <thetext>See thread at http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0037.html .
Current summary: http://www.w3.org/TR/2006/CR-its-20061102/#selection-precedence is unclear about the position of linked rules in the precedence order. The difference between linked rules and external rules (if there is one) is unclear. There is the proposal of giving local, *inherited* information precedence over global rules, which may be dropped.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-02 22:10:44</bug_when>

            <thetext>Resolved by the following reformulation of the list in sec. 5.4, see action item http://www.w3.org/2006/12/13-i18nits-minutes.html#action10 :
1.Implicit local selection in documents (ITS local attributes on a specific element)
2. Global selections in documents (using a rules element) Inside each rules element the precedence order is:
         1. Any rules inside the rules element
         2. Any rules linked via the XLink href attribute
      Note: If identical selections are defined in different rules elements within one document, the selection defined by the last takes precedence.
      Note: ITS doesn&apos;t define precedence related to rules defined or linked based on non-ITS mechanisms (such as processing instructions for linking rules).
3. Selections via defaults for data categories, see Section 6.1: Position, Defaults, Inheritance and Overriding of Data Categories</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4098</bug_id>
          
          <creation_ts>2006-12-19 04:15</creation_ts>
          <short_desc>Need to make more explicit: what is possible with XSLT patterns realizing ITS selectors?</short_desc>

          <delta_ts>2007-02-02 05:34:43</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>

          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>

          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2006-12-19 04:15:07</bug_when>
            <thetext>See thread at http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0043.html .
Summary: XSLT patterns like in e.g. &lt;xsl:template match=&quot;pattern&quot;&gt;... allow only for a subset of XPath. The ITS selector attributes allow for full XPath expressivity. We need to give adivce for people who use XSLT what XPath subset is safe to be used.</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-02 05:34:43</bug_when>
            <thetext>Closed with text proposal at http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0087.html .</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4099</bug_id>

          
          <creation_ts>2006-12-19 04:21</creation_ts>
          <short_desc>Format for implementation output needs to be clear</short_desc>
          <delta_ts>2007-02-15 14:40:24</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>

          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4317</blocked>

          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2006-12-19 04:21:37</bug_when>

            <thetext>See threads:
http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0058.html
Summary: let&apos;s have output markup not in the ITS namespace, but in some other namespace</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-10 15:43:54</bug_when>
            <thetext>Closed at http://www.w3.org/2007/01/10-i18nits-irc#T15-42-57 .</thetext>

          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-15 14:04:15</bug_when>
            <thetext>Related Action Item:
http://www.w3.org/2007/01/10-i18nits-minutes.html#action07
Proposal and Thread:
http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0014.html</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-15 14:40:24</bug_when>
            <thetext>Format is described in implementation report at http://www.w3.org/International/its/itstagset/ImpReport#testsuite .</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4152</bug_id>

          
          <creation_ts>2007-01-06 03:58</creation_ts>
          <short_desc>Need to make explicit that ITS attributes at its:span are not namespace qualified</short_desc>
          <delta_ts>2007-02-15 14:28:15</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>

          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4325</blocked>

          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-06 03:58:17</bug_when>

            <thetext>It needs to be made explicit that attributes at its:span are not namespace qualified. E.g., we have
&lt;its:span translate=&quot;no&quot;&gt; ...
but not
&lt;its:span its:translate=&quot;no&quot;&gt; ...
Targets: The ODD definition which currently describes these attributes as *namespace qualified*, and http://www.w3.org/TR/2006/CR-its-20061102/#selection-local .</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>

            <bug_when>2007-01-31 16:41:16</bug_when>
            <thetext>Closed with proposal at http://www.w3.org/2007/01/31-i18nits-minutes.html#action12 and the change of the ODD schema (copying the attributes in a namespace qualified and non namespace qualified version).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-13 01:07:11</bug_when>
            <thetext>See latest update at http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0091.html</thetext>

          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4289</bug_id>
          
          <creation_ts>2007-01-31 15:19</creation_ts>
          <short_desc>Various mainly editorial changes</short_desc>
          <delta_ts>2007-02-15 14:37:25</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>

          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4323</blocked>
    
    <blocked>4326</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>

          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-31 15:19:46</bug_when>
            <thetext>See mail at http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0052.html . Resolution: closed with edits described at http://www.w3.org/2007/01/31-i18nits-irc#T15-18-15 .</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-02 23:16:11</bug_when>
            <thetext>Additional change to proposal described at http://lists.w3.org/Archives/Member/member-i18n-its/2007JanMar/0071.html .</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4290</bug_id>

          
          <creation_ts>2007-01-31 15:43</creation_ts>
          <short_desc>Create appendix about NVDL</short_desc>
          <delta_ts>2007-02-15 14:18:42</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>

          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4324</blocked>

          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-31 15:43:35</bug_when>

            <thetext>See proposal at http://lists.w3.org/Archives/Member/member-i18n-its/2007JanMar/att-0061/nvdl.xml.
Resolution: proposal accepted at http://www.w3.org/2007/01/31-i18nits-irc#T15-42-31</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4291</bug_id>
          
          <creation_ts>2007-01-31 15:49</creation_ts>
          <short_desc>Having the version attribute at its:rules in no namespace</short_desc>

          <delta_ts>2007-02-15 14:31:52</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>

          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4296</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>

          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-31 15:49:30</bug_when>
            <thetext>See proposal at http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0044.html . 
Resolution: Proposal accepted at http://www.w3.org/2007/01/31-i18nits-irc#T15-47-59</thetext>
          </long_desc>
          <long_desc isprivate="0">

            <who>fsasaki@w3.org</who>
            <bug_when>2007-01-31 16:30:16</bug_when>
            <thetext>Editors AIs are (also)
http://www.w3.org/2007/01/31-i18nits-minutes.html#action05
http://www.w3.org/2007/01/31-i18nits-minutes.html#action06
http://www.w3.org/2007/01/31-i18nits-minutes.html#action06b
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-13 01:04:12</bug_when>

            <thetext>See latest update at http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0090.html .</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-13 01:07:44</bug_when>
            <thetext>Last update was wrong, should have been for issue http://www.w3.org/Bugs/Public/show_bug.cgi?id=4152 .</thetext>
          </long_desc>

          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-15 14:31:52</bug_when>
            <thetext>Issue closed with changes described at http://lists.w3.org/Archives/Public/public-i18n-its/2007JanMar/0090.html .</thetext>
          </long_desc>
      
    </bug>
    <bug>

          <bug_id>4293</bug_id>
          
          <creation_ts>2007-02-02 01:40</creation_ts>
          <short_desc>Editorial fix in sec. 6.6.2</short_desc>
          <delta_ts>2007-02-13 08:46:09</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>CR</version>
          <rep_platform>PC</rep_platform>

          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>

          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-02 01:40:53</bug_when>

            <thetext>&quot;An optional rpPointer attribute that contains a relative XPath expression pointing to a node that corresponds to the ruby parenthesis.&quot;
This sentence (bullet point) appears twice in sec. 6.6.2, one needs to be deleted.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>christian.lieske@sap.com</who>
            <bug_when>2007-02-13 08:46:09</bug_when>
            <thetext>Felix made the change in version 1.126</thetext>

          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4294</bug_id>
          
          <creation_ts>2007-02-02 05:28</creation_ts>
          <short_desc>Add xlink:type to &lt;its:rules&gt; element</short_desc>

          <delta_ts>2007-02-02 05:28:26</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>

          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>

          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>
            <bug_when>2007-02-02 05:28:16</bug_when>
            <thetext>See comment at http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0073.html and discussion at http://www.w3.org/2006/12/20-i18nits-minutes#item04 . Resolution: WG agrees with the comment and adds the xlink:type attribute to the &lt;its:rules&gt; element.</thetext>
          </long_desc>
      
    </bug>

    <bug>
          <bug_id>4295</bug_id>
          
          <creation_ts>2007-02-02 05:40</creation_ts>
          <short_desc>Change of XPath expressions in schematron example</short_desc>
          <delta_ts>2007-02-02 05:40:17</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>CR</version>

          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>

          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fsasaki@w3.org</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>fsasaki@w3.org</who>

            <bug_when>2007-02-02 05:40:06</bug_when>
            <thetext>See comment on schematron example at http://lists.w3.org/Archives/Public/public-i18n-its/2006OctDec/0073.html . Resolution: Closed with the editors action item at http://www.w3.org/2006/12/20-i18nits-minutes.html#action14 .</thetext>
          </long_desc>
      
    </bug>
    <bug>
          <bug_id>4322</bug_id>
          
          <creation_ts>2007-02-13 15:17</creation_ts>

          <short_desc>Editors to go to the draft and check that there are no &quot;CSS style elements&quot; or the like</short_desc>
          <delta_ts>2007-02-13 16:00:22</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>CR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>

          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>

          <reporter>christian.lieske@sap.com</reporter>
          <assigned_to>fsasaki@w3.org</assigned_to>
          
          

      

      
          <long_desc isprivate="0">
            <who>christian.lieske@sap.com</who>
            <bug_when>2007-02-13 15:17:44</bug_when>
            <thetext>See http://www.w3.org/2007/01/24-i18nits-minutes.html#action07</thetext>

          </long_desc>
          <long_desc isprivate="0">
            <who>christian.lieske@sap.com</who>
            <bug_when>2007-02-13 16:00:22</bug_when>
            <thetext>Addressed in spec. version 1.128</thetext>
          </long_desc>
      
    </bug>

</bugzilla>