<?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>7076</bug_id>
          
          <creation_ts>2009-07-03 15:08:58 +0000</creation_ts>
          <short_desc>Client-side image maps attributes missing on the a element</short_desc>
          <delta_ts>2010-12-07 16:11:20 +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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://dev.w3.org/html5/spec/#the-a-element</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y</keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Giovanni Campagna">scampa.giovanni</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>bzbarsky</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-a11y</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>w3c</cc>
    
    <cc>xn--mlform-iua</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>25850</commentid>
    <comment_count>0</comment_count>
    <who name="Giovanni Campagna">scampa.giovanni</who>
    <bug_when>2009-07-03 15:08:58 +0000</bug_when>
    <thetext>The a element is missing the coords and shape attributes, defined in HTML 4.01, section 12.2 and 13.6.1.
The attributes must be defined similar to those on area.

As such, the processing the model defined in HTML5-4.8.14.2 must be corrected as following:

- the third step in algorithm for extracting the /areas/ must say:
&quot;If the /map/ contains only one or more _area_ element, collect all those, else collect all _a_ element descendant of the having both a valid _shape_ and _coords_ attribute. The collected elements are the /areas/&quot;
(compatible with the requirement in HTML4.01)

Then all furhter references to the area element must be removed from that section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25859</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2009-07-05 08:14:32 +0000</bug_when>
    <thetext>Despite the HTML4 spec having the coords and shape attributes as valid attributes on &lt;a&gt;, they don&apos;t actually seem to be supported in most browser engines (apparently they&apos;re only supported in Gecko).

The draft spec itself and the &quot;HTML5 differences from HTML4&quot; documents explicitly list the coords and shape attributes on &lt;a&gt; as absent/obsolete attributes in HTML5.

http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete-features.html#other-elements,-attributes-and-apis

http://www.w3.org/TR/html5-diff/#absent-attributes</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25860</commentid>
    <comment_count>2</comment_count>
    <who name="Giovanni Campagna">scampa.giovanni</who>
    <bug_when>2009-07-05 13:24:25 +0000</bug_when>
    <thetext>From a simple testcase, they&apos;re only supported in Opera, but this is not different (one out of 4 anyway).

This does not make the feature deprecate, either. I want a rationale for abolishing such useful feature, given that is not difficult to implement and a lot of CSS hacks are employed by authors to achieve similar results.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25861</commentid>
    <comment_count>3</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2009-07-05 14:02:48 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; From a simple testcase, they&apos;re only supported in Opera, but this is not
&gt; different (one out of 4 anyway).

So that means there have never been two interoperable implementations of this particular feature. Which means that the feature never should have been part of the HTML4 standard to begin with. 

&gt; This does not make the feature deprecate, either. I want a rationale for
&gt; abolishing such useful feature, given that is not difficult to implement and a
&gt; lot of CSS hacks are employed by authors to achieve similar results.

We&apos;re not abolishing the feature. If it can&apos;t be used interoperably among multiple UAs, then it&apos;s not actually a useful feature at all. It might be a _potentially_ useful feature, but the fact most browser vendors have not implemented support for it despite it being part of HTML4 for more than 10 years strongly suggests that there is not enough market demand from users for that feature to compel the vendors to actually implement it. In other words, nobody cares about the feature (or even knows about it) enough to make it worthwhile for browser vendors to implement it.

The lack of existing support for that feature makes this case very different than the case of discussing whether or not to include a feature like, say, &lt;font&gt;, that is already interoperably supported.

To put it in other terms: We will not be able to transition the HTML5 spec out of CR unless we have two interoperable implementations of each feature in the spec. Given the circumstances I outlined above, I am telling you that it is extremely unlikely that we will get two interoperable implementations of the shape and coords attributes on the &lt;a&gt; element, and because of that it is basically a waste of all of our time to include it in the spec at all given that we will almost certainly need to drop it from the spec later (when transitioning out of CR).

Can you demonstrate either that there are actually any significant number of other users that want this feature supported, or that you have any indication at all that browser vendors are will somehow change their minds for some reason and implement support for coords and shape on &lt;a&gt;?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25865</commentid>
    <comment_count>4</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2009-07-05 19:52:57 +0000</bug_when>
    <thetext>Gecko does have code to support this; I&apos;m not sure what this mysterious &quot;simple testcase&quot; is that isn&apos;t linked to from this bug, so I can&apos;t tell you why you see the behavior you see.

That said, I&apos;d be _very_ happy to remove this code from Gecko.  I&apos;ve never seen this code exercised in practice.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25866</commentid>
    <comment_count>5</comment_count>
      <attachid>715</attachid>
    <who name="Giovanni Campagna">scampa.giovanni</who>
    <bug_when>2009-07-05 20:09:13 +0000</bug_when>
    <thetext>Created attachment 715
The &quot;simple test case&quot;

Here it is. On Firefox 3.5, Safari 4, IE 8 I cannot click the image in any way. On Opera 10 I can click the center and the border, with different links.

If an implementation is provided by Firefox, we have two interoperable implementations, which is a point in favor of reintroducing the feature.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25867</commentid>
    <comment_count>6</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2009-07-05 20:30:27 +0000</bug_when>
    <thetext>&gt; We have two interoperable implementations

Well, as your test shows they&apos;re not exactly interoperable (for imagemaps in general, though).

Gecko does not support referencing imagemaps by ID in HTML4, only in XHTML.  s/id/name/ in your testcase makes it work.

That said, I would still be very very happy to rip this code out of Gecko.  As I said, I have never seen it used.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25870</commentid>
    <comment_count>7</comment_count>
    <who name="Giovanni Campagna">scampa.giovanni</who>
    <bug_when>2009-07-06 09:08:57 +0000</bug_when>
    <thetext>(In reply to comment #6)
&gt; &gt; We have two interoperable implementations
&gt; 
&gt; Well, as your test shows they&apos;re not exactly interoperable (for imagemaps in
&gt; general, though).

Standards are written for that: to ensure consistent behavior across multiple browsers.

&gt; Gecko does not support referencing imagemaps by ID in HTML4, only in XHTML. 
&gt; s/id/name/ in your testcase makes it work.

Tried with name, and it works. Sorry then, my fault!

&gt; That said, I would still be very very happy to rip this code out of Gecko.  As
&gt; I said, I have never seen it used.
&gt; 

There are a lot of features that have never been used, but they&apos;re still present.
This one should not be dropped because it allows to write image maps that are more descriptive, putting the alternative text directly inside the long image description and allowing to mark some areas as important (strong).
I think that this example:

&lt;map name=&quot;city-map&quot; id=&quot;city-map&quot;&gt;
&lt;p&gt;This image is a satellite view of ExampleCity.
You can click on the &lt;a href=&quot;north&quot; shape=&quot;rect&quot; coords=&quot;0,0,100,100&quot;&gt;&lt;i&gt;North Quarter&lt;/i&gt;&lt;/a&gt; or &lt;a href=&quot;center&quot; shape=&quot;circle&quot; coords=&quot;200,200,50&quot;&gt;the town center&lt;/a&gt;.
&lt;strong&gt;Don&apos;t forget to visit &lt;a href=&quot;examplemuseum&quot; shape=&quot;circle&quot; coords=&quot;375,375,20&quot;&gt;the Example Museum of Everything&lt;/a&gt; at &lt;a href=&quot;examplemuseum-mapview&quot; shape=&quot;rect&quot; coords=&quot;350,350,50,50&quot;&gt;&lt;i&gt;123 Example Road&lt;/i&gt;&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;&lt;/map&gt;
&lt;img src=&quot;examplecity-satview&quot; usemap=&quot;#city-map&quot; width=&quot;400&quot; height=&quot;400&quot; aria-describedby=&quot;#city-map&quot;/&gt;

is much more accessible and easier to write and maintain than the equivalent

&lt;map name=&quot;city-map&quot; id=&quot;city-map&quot;&gt;
&lt;area href=&quot;north&quot; shape=&quot;rect&quot; coords=&quot;0,0,100,100&quot; alt=&quot;North Quarter&quot;&gt;
&lt;area href=&quot;center&quot; shape=&quot;circle&quot; coords=&quot;200,200,50&quot; alt=&quot;Town Center&quot;&gt;
&lt;area href=&quot;examplemuseum&quot; shape=&quot;circle&quot; coords=&quot;375,375,20&quot; alt=&quot;Example Museum of Everything&quot;&gt;
&lt;area href=&quot;examplemuseum-mapview&quot; shape=&quot;rect&quot; coords=&quot;350,350,50,50&quot; alt=&quot;123 Example Road&quot;&gt;
&lt;/map&gt;
&lt;p id=&quot;city-map-desc&quot;&gt;This image is a satellite view of ExampleCity.
You can click on the &lt;a href=&quot;north&quot;&gt;&lt;i&gt;North Quarter&lt;/i&gt;&lt;/a&gt; or &lt;a href=&quot;center&quot; shape=&quot;circle&quot;&gt;the town center&lt;/a&gt;.
&lt;strong&gt;Don&apos;t forget to visit &lt;a href=&quot;examplemuseum&quot;&gt;the Example Museum of Everything&lt;/a&gt; at &lt;a href=&quot;examplemuseum-mapview&quot;&gt;&lt;i&gt;123 Example Road&lt;/i&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;img src=&quot;examplecity-satview&quot; usemap=&quot;#city-map&quot; width=&quot;400&quot; height=&quot;400&quot; aria-describedby=&quot;#city-map-desc&quot;/&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25949</commentid>
    <comment_count>8</comment_count>
    <who name="Leif Halvard Silli">xn--mlform-iua</who>
    <bug_when>2009-07-12 03:22:13 +0000</bug_when>
    <thetext>So, currently this bug has been marked as &quot;resolved&quot; for the wrong reasons: Giovannis&apos;s test case was wrong (using @id instead of @name). Thus we have at least two /current/ interoperable implementations: Firefox and Opera. 

In addition to that, we have some supporting implementations that were current a few years ago: IE5 for Mac and iCab 3. Thus we have probably previously had at least 4 interoperable version. (Which nullifies Michaels argument that HTML 4 should not have included this.)

Also, reading the Microsoft documentation, it actually says that shape/coords works on &lt;a&gt; also (since IE6). OK, it doesn&apos;t work, but there were many things that did not work up until IE8, and hence there is hope that they could fix this in IE8.1, I think.

Further, Google Doctype documents better IE script support for shape in &lt;a&gt; than in &lt;area&gt;:
http://code.google.com/p/doctype/wiki/AShapeAttribute

With regard to Webkit, then it is just quite buggy. For instance, it doesn&apos;t support image maps that uses OBJECT instead of IMG elements - it is generally very buggy w.r.t. OBJECTs. 

I also share Giovanni&apos;s view that &lt;a&gt; has many advantage over &lt;area&gt;, including accessibility advantages.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26047</commentid>
    <comment_count>9</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2009-07-22 19:09:23 +0000</bug_when>
    <thetext>Like Boris indicates for Mozilla, Opera would also like to remove this code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33131</commentid>
    <comment_count>10</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-03-14 14:48:23 +0000</bug_when>
    <thetext>This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, 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

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33556</commentid>
    <comment_count>11</comment_count>
    <who name="Leif Halvard Silli">xn--mlform-iua</who>
    <bug_when>2010-03-15 02:51:44 +0000</bug_when>
    <thetext>I object to closing this bug. 

EITHER this bug must be solved in accordance with how the bug filer suggested. 
OR an cross browser compatible solution with more or less the exact same features as &lt;a coords=* shape=*&gt;link text&lt;/a&gt; has (with regard to accessibility and design pattern) must be *worked out* for the &lt;area&gt; element.

I will focus on the OR option, to allow Ian or whoever to come up with something that I can accept. And in that regard, when Ian suggested removing &lt;a coords=&quot;&quot;&gt; back in April 2005, he described a &quot;workaround&quot;:

http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2005-April/003514.html

His solution went like this - i.e. he was suggesting to use a nearby &lt;a&gt; element sideby side the &lt;area&gt; element:

&lt;image src=&quot;foo&quot; usemap=&quot;#foo&quot;&gt;
&lt;map id=&quot;foo&quot;&gt;
 &lt;area coords=  href=    alt=&quot;Link text.&quot; &gt;&lt;a href= &gt;Link text.&lt;/a&gt;
&lt;/map&gt;

In addition to this option, the HTML5 spec currently also allows us to place an &lt;area&gt; inside an &lt;a&gt; element  which is more logical  - a better design pattern.

        &lt;a href=&quot;...&quot;&gt;&lt;area coords=&quot;...&quot; href=&quot;...&quot;&gt;...&lt;/a&gt;

However: 

A) How to actually use this workaround is not described/worked out in the spec. 
    The spec must describe this.

B) There are many open issues.
      * First and foremost duplication of link text, both inside @alt as well as inside &lt;a&gt;:
             &lt;area  alt=&quot;Link text.&quot; &gt;&lt;a href= &gt;Link text.&lt;/a&gt;
         Can this be avoided, for example when one is nesitng the &lt;area&gt; inside the &lt;a&gt;?
         (The accessibility issues are known since 2005 ...
           http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2005-September/004667.html )

C) The nesting option has many open questions:

     1. Again, the general duplication question: is there anything we do not need to duplicate when we are nesting?
     2. In particular: Do we need to use the @alt attribute when we nest it? Or can we skip it then, when nesting? Must it be present but empty?
     3. If I place a @title in the &lt;a&gt; element, will it then be used also in the &lt;area&gt; element?
     4. Is nesting cross browser compatible? 

Regarding C 4., then  *no*, nesting is not fully cross browser compatible. There are issues with Mozilla browsers to be solved!  Either through a change in what is permitted in the syntax. OR by giving authoring advice about how to be Mozilla compatible. Or both ways. 

The  Mozilla issue is that when an &lt;area&gt;element is wrapped inside an &lt;a&gt; element, then it doesn&apos;t &quot;see&quot; the &lt;area&gt; element, and so the image map doesn&apos;t work. However, if you either provide at least a single dummy (also known as &quot;boolean&quot; ...)  &lt;area&gt; element (which can be entirely empty) inside the &lt;map&gt; somewhere (but outside any of the &lt;a&gt; elements), then Mozilla browsers will be triggered to react to all &lt;area&gt; elements. Another way to trigger Mozilla browsers to see the &lt;area&gt; elements, is to place @coords and @shape on at least *one* of the &lt;a&gt; elements - this too will trigger them to see the rest of the &lt;area&gt; elements inside that &lt;map&gt; element.

               Somehow  one or both of these *necessary* Mozilla workaround techniques needs to baked into the specication! One way to incorporate them into the spec would be to simply say that &lt;a&gt; *may* contain @coords and @shape *provided* that it is used as a wrapper around an &lt;area&gt; element.

Regarding C) 3, then Opera and Firefox does the logical thing: If you provide a @title on the &lt;a&gt; element, then it is propagated to the &lt;area&gt; element. HTML5 does require that @title is propagated like this. But it seems necessary to specify with regard to &lt;area&gt;. Webkit and IE (IE8 in standards mode) does not propage the @title of the &lt;a&gt; element to the &lt;area&gt; element.


D) Authoring requirements/advice:  The spec should 

         a) advice authors to  use nesting, since this a better design pattern, with some advantages, for authors and users (less out of sync data)
         b) give advantages to those that use nesting (less duplications, e.g. no requirement to supply the @alt attribute etc)
         c) give advice about what to do when duplication is necessary for compatibility reason: make sure that @title of both &lt;area&gt; and &lt;a&gt; are identical. Make sure that @href says the same thing in both elements.
         d) specify exactly which features a nested &lt;area&gt; element will &quot;inherit&quot; from its parent &lt;a&gt; element - in order to spare authors from duplications (which is prone to errors): could it even inherit the @href value?

E) Finally, this bug also relates to Charles proposes solution of accessibility for the &lt;canvas&gt; element via image maps.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33557</commentid>
    <comment_count>12</comment_count>
      <attachid>828</attachid>
    <who name="Leif Halvard Silli">xn--mlform-iua</who>
    <bug_when>2010-03-15 02:53:52 +0000</bug_when>
    <thetext>Created attachment 828
Demo of the issues that needs to be solved, if a@coords should be allowed to be dropped from HTML

The attached document demos the isssues that I described when I reopened this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33574</commentid>
    <comment_count>13</comment_count>
      <attachid>829</attachid>
    <who name="Leif Halvard Silli">xn--mlform-iua</who>
    <bug_when>2010-03-15 11:20:57 +0000</bug_when>
    <thetext>Created attachment 829
Demo of the issues that needs to be solved, if a@coords should be allowed to be dropped from HTML 

There was an error in my analysis of one of the two Mozilla nesting workarounds, due to an error in the test document (plus plus) - here I replace the test with a corrected version. 

See 1.3, variant 1 in the test: The correct analysis is that the @coords and the @shape attribute must be present on each &lt;a&gt; element. Thus, unlike what I said previously in this bug report and in the test document, it is not enough that only one of the &lt;a&gt; elements has @coords and @shape attributes. 

(However, the other workaround - and empty &lt;area&gt; element inside &lt;map&gt; - works as previously told.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34299</commentid>
    <comment_count>14</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-04-01 02:33:47 +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: This bug is about whether &lt;a coords&gt; is conforming or not. Based on UA feedback, it was removed from the UA requirements and made non-conforming.

This bug is not about extra examples or other material. Please file separate bugs for each request so that they can be tracked separately.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43135</commentid>
    <comment_count>15</comment_count>
    <who name="Martin Kliehm">w3c</who>
    <bug_when>2010-12-07 16:11:20 +0000</bug_when>
    <thetext>The bug-triage sub-team doesn&apos;t consider this bug to be task force priority.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>715</attachid>
            <date>2009-07-05 20:09:13 +0000</date>
            <delta_ts>2009-07-05 20:09:13 +0000</delta_ts>
            <desc>The &quot;simple test case&quot;</desc>
            <filename>test.htm</filename>
            <type>text/html</type>
            <size>431</size>
            <attacher name="Giovanni Campagna">scampa.giovanni</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+DQo8aHRtbD4NCjxoZWFkPg0KPHRpdGxlPlNpbXBsZSB0ZXN0PC90aXRs
ZT4NCjwvaGVhZD48Ym9keT4NCjxtYXAgaWQ9Im15LW1hcCI+PHA+PGEgaHJlZj0iaHR0cDovL3d3
dy53aGF0d2cub3JnLyIgY29vcmRzPSI1MCw1MCw0MCIgdGl0bGU9IndoYXR3ZyIgc2hhcGU9ImNp
cmNsZSI+V2hhdHdnLm9yZzwvYT4gKGluIHRoZSBjZW50ZXIpLCA8YSBocmVmPSJodHRwOi8vd3d3
LndoYXR3Zy5vcmcvaHRtbDUiIGNvb3Jkcz0iNTAsNTAsNTAiIHRpdGxlPSJodG1sNSIgc2hhcGU9
ImNpcmNsZSI+SFRNTDU8L2E+IChpbiB0aGUgYm9yZGVyKTwvcD48L21hcD4NCjxpbWcgc3JjPSJo
dHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28iIHVzZW1hcD0iI215LW1hcCIgc3R5bGU9
ImRpc3BsYXk6YmxvY2siPg0KPC9ib2R5PjwvaHRtbD4=
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>828</attachid>
            <date>2010-03-15 02:53:52 +0000</date>
            <delta_ts>2010-03-15 11:20:57 +0000</delta_ts>
            <desc>Demo of the issues that needs to be solved, if a@coords should be allowed to be dropped from HTML</desc>
            <filename>a@coords,bug7076.htm.utf8.htm</filename>
            <type>text/html</type>
            <size>6625</size>
            <attacher name="Leif Halvard Silli">xn--mlform-iua</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+PG1ldGEgSFRUUC1FUVVJVj0iQ09OVEVOVC1UWVBFIiBDT05URU5UPSJ0
ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPjx0aXRsZT5EZW1vcyBCdWcgNzA3NjwvdGl0bGU+PHN0
eWxlPiouYm9vbGVhbntjb2xvcjpkYXJrcmVkO2JhY2tncm91bmQ6eWVsbG93O31odG1sLGJvZHl7
YmFja2dyb3VuZC1jb2xvcjojRkZGOERDO31kbHtkaXNwbGF5OmlubGluZS1ibG9jazt3aWR0aDo0
NiU7bWFyZ2luOjAgMSU7Ym9yZGVyOmRvdWJsZSAxcHg7YmFja2dyb3VuZC1jb2xvcjojRjVGNUY1
O31kdHt0ZXh0LWFsaWduOmxlZnQ7fWNvZGV7cGFkZGluZzowO2ZvbnQtc2l6ZToxOHB4O2JhY2tn
cm91bmQtY29sb3I6I0E5RTJGRjtib3JkZXI6MXB4IHNvbGlkICNGNUY1RjU7Y29sb3I6Ymx1ZTt9
aDN7ZGlzcGxheTpydW4taW47fWgxLGgye3dpZHRoOjEwMCU7cGFkZGluZzowO21hcmdpbjoxOHB4
IDAgMnB4IDA7fWRsIHtwYWRkaW5nOjFweDt0ZXh0LWFsaWduOmNlbnRlcn1pe2NvbG9yOmJsdWU7
YmFja2dyb3VuZDp3aGl0ZTt9aDJ7Lypib3JkZXItYm90dG9tOjNweCBkb3VibGU7Ki99PC9zdHls
ZT4KPGFkZHJlc3Mgc3R5bGU9InBvc2l0aW9uOmFic29sdXRlO3dpZHRoOjk3JTt0ZXh0LWFsaWdu
OnJpZ2h0OyI+QXV0aG9yOiBMZWlmIEhhbHZhcmQgU2lsbGkuIERlbW8gcmVsYXRlZCB0byBidWcg
PGEgaHJlZj0iaHR0cDovL3d3dy53My5vcmcvQnVncy9QdWJsaWMvc2hvd19idWcuY2dpP2lkPTcw
NzYiPjcwNzY8L2E+PC9hZGRyZXNzPgo8aDE+MS4gSW1hZ2UgbWFwIHRlc3Q8L2gxPgo8aDI+MS4x
LiBUZXN0aW5nIHRoZSB0d28gSFRNTDQgb3B0aW9ucyDigJTCoDxjb2RlPmFAY29vcmRzPC9jb2Rl
PiBhbmQgPGNvZGU+YXJlYUBjb29yZHM8L2NvZGU+PC9oMj4KPGRsPgo8ZHQ+VGhlIDxjb2RlPmE8
L2NvZGU+IGVsZW1lbnQuPGJyPjxjb2RlPiZsdDthIGNvb3Jkcz0qIGhyZWY9KiA+PGk+bGluayB0
ZXh0PC9pPiZsdDsvYT48L2NvZGU+IAo8ZGQ+CjxpbWcgc3JjPWh0dHA6Ly93d3cud2hhdHdnLm9y
Zy9pbWFnZXMvbG9nbyB1c2VtYXA9IiNtYXAxIj4gCjxtYXAgbmFtZT0ibWFwMSIgaWQ9Im1hcDEi
Pgo8YSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy8gICAgICBjb29yZHM9IjUwLDUwLDQwIiB0
aXRsZT0id2hhdHdnIiBzaGFwZT0iY2lyY2xlIj5XaGF0d2cub3JnPC9hPiAoaW4gdGhlIGNlbnRl
ciksIAo8YSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9odG1sNSBjb29yZHM9IjUwLDUwLDUw
IiB0aXRsZT0iaHRtbDUiICBzaGFwZT0iY2lyY2xlIj5IVE1MNTwvYT4gKGluIHRoZSBib3JkZXIp
CjwvbWFwPiA8L2RsPgoKPGRsPiA8ZHQ+VGhlIDxjb2RlPmFyZWE8L2NvZGU+IGVsZW1lbnQuPGJy
Pjxjb2RlPiZsdDthcmVhIGNvb3Jkcz0qIGhyZWY9KiBhbHQ9IjxpPmFsdCB0ZXh0PC9pPiI+PC9j
b2RlPiAKPGRkPgo8aW1nIHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNl
bWFwPSIjbWFwMiI+CjxtYXAgbmFtZT0ibWFwMiIgaWQ9Im1hcDIiPgo8YXJlYSBocmVmPWh0dHA6
Ly93d3cud2hhdHdnLm9yZy8gY29vcmRzPSI1MCw1MCw0MCIgdGl0bGU9IndoYXR3ZyIgc2hhcGU9
ImNpcmNsZSIgYWx0PSJXaGF0d2cub3JnIj4gKGluIHRoZSBjZW50ZXIpLCAKPGFyZWEgaHJlZj1o
dHRwOi8vd3d3LndoYXR3Zy5vcmcvaHRtbDUgY29vcmRzPSI1MCw1MCw1MCIgdGl0bGU9Imh0bWw1
IiAgc2hhcGU9ImNpcmNsZSIgYWx0PSJIVE1MNSI+IChpbiB0aGUgYm9yZGVyKQo8L21hcD4gPC9k
bD4KCjxoMj4xLjIuIFRlc3RpbmcgdGhlIHdvcmthcm91bmRzIGZvciA8Y29kZT5hQGNvb3Jkczwv
Y29kZT4gdGhhdCBIVE1MNSBjdXJyZW50bHkgYWxsb3dzLjwvaDI+CjxkbD4gPGR0PjxiPlZhcmlh
bnQgMTo8L2I+IEFuIDxjb2RlPmFyZWE8L2NvZGU+IGVsZW1lbnQgc2lkZSBieSBzaWRlIGFuIDxj
b2RlPmE8L2NvZGU+IGVsZW1lbnQg4oCTIDxzdHJvbmc+YWxyZWFkeSBwZXJtaXR0ZWQgaW4gSFRN
TDQhPC9zdHJvbmc+PGJyPjxjb2RlPiZsdDthcmVhIGNvb3Jkcz0qICBocmVmPSogPiZsdDthIGhy
ZWY9KiA+PGk+bGluayB0ZXh0PC9pPiZsdC9hPjwvY29kZT4gCjxkZD4KPGltZyBzcmM9aHR0cDov
L3d3dy53aGF0d2cub3JnL2ltYWdlcy9sb2dvIHVzZW1hcD0iI21hcDMiPgo8bWFwIG5hbWU9Im1h
cDMiIGlkPSJtYXAzIj4KPGFyZWEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIGFsdD0iV2hh
dHdnLm9yZyIgY29vcmRzPSI1MCw1MCw0MCIgdGl0bGU9IndoYXR3ZyIgc2hhcGU9ImNpcmNsZSI+
CjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyA+V2hhdHdnLm9yZzwvYT4gKGluIHRoZSBj
ZW50ZXIpLCAKPGFyZWEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaHRtbDUgYWx0PSJIVE1M
NSIgY29vcmRzPSI1MCw1MCw1MCIgdGl0bGU9Imh0bWw1IiAgc2hhcGU9ImNpcmNsZSI+CjxhIGhy
ZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyA+SFRNTDU8L2E+IChpbiB0aGUgYm9yZGVyKQo8L21h
cD4gPC9kbD4KCjxkbD4gPGR0PjxiPlZhcmlhbnQgMjo8L2I+IEFuIDxjb2RlPmFyZWE8L2NvZGU+
IGVsZW1lbnQgPGVtPmluc2lkZTwvZW0+IGFuIDxjb2RlPmE8L2NvZGU+IGVsZW1lbnQuIDxzdHJv
bmcgc3R5bGU9ImNvbG9yOnJlZCI+SW5jb21wYXRpYmxlIHdpdGggTW96aWxsYSBicm93c2Vyczwv
c3Ryb25nPjxicj48Y29kZT4mbHQ7YSBocmVmPSogPiZsdDthcmVhIGNvb3Jkcz0qICBocmVmPSog
PjxpPmxpbmsgdGV4dDwvaT4mbHQ7L2E+PC9jb2RlPiA8ZGQ+CjxpbWcgc3JjPWh0dHA6Ly93d3cu
d2hhdHdnLm9yZy9pbWFnZXMvbG9nbyB1c2VtYXA9IiNtYXA0Ij4gPG1hcCBuYW1lPSJtYXA0IiBp
ZD0ibWFwNCI+CjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyA+CjxhcmVhIGhyZWY9aHR0
cDovL3d3dy53aGF0d2cub3JnLyBhbHQ9IldoYXR3Zy5vcmciIGNvb3Jkcz0iNTAsNTAsNDAiIHRp
dGxlPSJ3aGF0d2ciIHNoYXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+IChpbiB0aGUgY2VudGVy
KSwgCjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyA+CjxhcmVhIGhyZWY9aHR0cDovL3d3
dy53aGF0d2cub3JnL2h0bWw1IGFsdD0iSFRNTDUiIGNvb3Jkcz0iNTAsNTAsNTAiIHRpdGxlPSJo
dG1sNSIgIHNoYXBlPSJjaXJjbGUiPkhUTUw1PC9hPiAoaW4gdGhlIGJvcmRlcikgPC9tYXA+IDwv
ZGw+Cgo8aDI+MS4zLiBUZXN0aW5nIE1vemlsbGEgY29tcGF0aWJsZSBuZXN0aW5nIHNvbHV0aW9u
cyAoVGhhdCBpczogVmFyaWFudHMgb2YgPGNvZGU+Jmx0O2EgaHJlZj0qPiZsdDthcmVhPiZsdDsv
YT48L2NvZGU+KS48L2gyPgo8ZGw+IDxkdD48Yj5WYXJpYW50IDE6PC9iPiAgQSBkdW1teSA8ZW0g
Y2xhc3M9Ym9vbGVhbiA+KGFrYSAiYm9vbGVhbiIpPC9lbT4gPGNvZGU+Y29vcmRzPC9jb2RlPiA8
ZW0+YXR0cmlidXRlPC9lbT4gaW5zaWRlIDxzdHJvbmc+YXQgbGVhc3QgPGVtPm9uZTwvZW0+PC9z
dHJvbmc+IG9mIHRoZSA8Y29kZT5hPC9jb2RlPiBlbGVtZW50IGNhdXNlcyBhbHNvIHRob3NlIHdp
dGhvdXQgdGhpcyBhdHRyaWJ1dGUgdG8gd29yay48YnI+PGNvZGU+Jmx0O2EgPGIgc3R5bGU9ImNv
bG9yOnJlZCI+Y29vcmRzPSogc2hhcGU9KjwvYj4gaHJlZj0qID4mbHQ7YXJlYSBjb29yZHM9KiBo
cmVmPSo+PGk+bGluayB0ZXh0PC9pPiZsdDsvYT48L2NvZGU+IDxkZD4KPGltZyBzcmM9aHR0cDov
L3d3dy53aGF0d2cub3JnL2ltYWdlcy9sb2dvIHVzZW1hcD0iI21hcDUiPiA8bWFwIG5hbWU9Im1h
cDUiIGlkPSJtYXA1Ij4KPGEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIHRpdGxlPSJ3aGF0
d2ciIGNvb3Jkcz01MCw1MCw0MCBzaGFwZT1jaXJjbGUgPjxhcmVhIGhyZWY9aHR0cDovL3d3dy53
aGF0d2cub3JnLyBhbHQ9IldoYXR3Zy5vcmciIGNvb3Jkcz0iNTAsNTAsNDAiIHRpdGxlPSJ3aGF0
d2ciIHNoYXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+IChpbiB0aGUgY2VudGVyKSwgCjxhIGhy
ZWY9aHR0cDovL3d3dy53aGF0d2cub3JnL2h0bWw1ICAgIHRpdGxlPSJodG1sNSIgIHNoYXBlPSJj
aXJjbGUiPgo8YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9odG1sNSBhbHQ9IkhUTUw1
IiBjb29yZHM9IjUwLDUwLDUwIiB0aXRsZT0iaHRtbDUiICBzaGFwZT0iY2lyY2xlIj5IVE1MNTwv
YT4gKGluIHRoZSBib3JkZXIpIDwvbWFwPiA8L2RsPgoKPGRsPiA8ZHQ+PGI+VmFyaWFudCAyOjwv
Yj4gIEEgZHVtbXkgPGVtIGNsYXNzPWJvb2xlYW4gPihha2EgImJvb2xlYW4iKTwvZW0+IDxjb2Rl
PmFyZWE8L2NvZGU+IGVsZW1lbnQgaW5zaWRlIHRoZSA8Y29kZT5tYXA8L2NvZGU+IGVsZW1lbnQg
Y2F1c2VzIG1hZ2ljcy48YnI+PGNvZGU+Jmx0O21hcCBuYW1lPSogPjxiIHN0eWxlPSJjb2xvcjpy
ZWQiPiZsdDthcmVhPjwvYj4mbHQ7YSBocmVmPSogPiZsdDthcmVhIGNvb3Jkcz0qIGhyZWY9Kj48
aT5saW5rIHRleHQ8L2k+Jmx0Oy9hPjwvY29kZT4gPGRkPgo8aW1nIHNyYz1odHRwOi8vd3d3Lndo
YXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIjbWFwNiI+IDxtYXAgbmFtZT0ibWFwNiIgaWQ9
Im1hcDYiPjxhcmVhPgo8YSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy8gPgo8YXJlYSBocmVm
PWh0dHA6Ly93d3cud2hhdHdnLm9yZy8gYWx0PSJBbHQgQy4iIGNvb3Jkcz0iNTAsNTAsNDAiIHNo
YXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+IChpbiB0aGUgY2VudGVyKSwgCjxhIGhyZWY9aHR0
cDovL3d3dy53aGF0d2cub3JnL2h0bWw1ICAgIHRpdGxlPSJodG1sNSIgIHNoYXBlPSJjaXJjbGUi
Pgo8YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9odG1sNSBhbHQ9IkhUTUw1IiBjb29y
ZHM9IjUwLDUwLDUwIiB0aXRsZT0iaHRtbDUiICBzaGFwZT0iY2lyY2xlIj5IVE1MNTwvYT4gKGlu
IHRoZSBib3JkZXIpIDwvbWFwPiA8L2RsPgoKPGgyPjEuNCBUaXRsZSBhdHRyaWJ1dGUgYW5kIG5l
c3Rpbmc8L2gyPgo8ZGw+PGR0PjxiPlZhcmlhbnQgMTo8L2I+IDxjb2RlPnRpdGxlPC9jb2RlPiBh
dHRyaWJ1dGUgb24gYm90aCA8Y29kZT5hPC9jb2RlPiBhbmQgPGNvZGU+YXJlYTwvY29kZT4gZWxl
bWVudC4gPGRkPjxpbWcgdGl0bGU9ImltZyBlbGVtZW50IHRpdGxlIiBzcmM9aHR0cDovL3d3dy53
aGF0d2cub3JnL2ltYWdlcy9sb2dvIHVzZW1hcD0iI21hcDciPjxtYXAgbmFtZT0ibWFwNyIgaWQ9
Im1hcDciPjxhcmVhPjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyB0aXRsZT0iYSBlbGVt
ZW50IHRpdGxlIiA+PGFyZWEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIGNvb3Jkcz0iNTAs
NTAsNTAiIHRpdGxlPSJhcmVhIGVsZW1lbnQgdGl0bGUiIGFsdD0iQWx0IEMuIiBjb29yZHM9IjEw
MSwxMDEiIHNoYXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+PC9tYXA+PC9kbD4gCgo8ZGw+PGR0
PjxiPlZhcmlhbnQgMjo8L2I+IDxjb2RlPnRpdGxlPC9jb2RlPiBhdHRyaWJ1dGUgb25seSBvbiA8
Y29kZT5hPC9jb2RlPiBlbGVtZW50LiA8ZGQ+PGltZyB0aXRsZT0iaW1nIGVsZW1lbnQgdGl0bGUi
IHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIjbWFwOCI+PG1h
cCBuYW1lPSJtYXA4IiBpZD0ibWFwOCI+PGFyZWE+PGEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5v
cmcvIHRpdGxlPSJhIGVsZW1lbnQgdGl0bGUiID48YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdn
Lm9yZy8gY29vcmRzPSI1MCw1MCw1MCIgIGFsdD0iQWx0IEMuIiBjb29yZHM9IjEwMSwxMDEiIHNo
YXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+PC9tYXA+PC9kbD4gCgo8ZGw+PGR0PjxiPlZhcmlh
bnQgMzo8L2I+IDxjb2RlPnRpdGxlPC9jb2RlPiBhdHRyaWJ1dGUgb24gPGNvZGU+YXJlYTwvY29k
ZT4gZWxlbWVudC48ZGQ+PGltZyB0aXRsZT0iaW1nIGVsZW1lbnQgdGl0bGUiIHNyYz1odHRwOi8v
d3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIjbWFwOSI+PG1hcCBuYW1lPSJtYXA5
IiBpZD0ibWFwOSI+PGFyZWE+PGEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvICA+PGFyZWEg
dGl0bGU9ImFyZWEgZWxlbWVudCB0aXRsZSIgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIGNv
b3Jkcz0iNTAsNTAsNTAiICBhbHQ9IkFsdCBDLiIgY29vcmRzPSIxMDEsMTAxIiBzaGFwZT0iY2ly
Y2xlIj5XaGF0d2cub3JnPC9hPjwvbWFwPjwvZGw+IAoKPGRsPjxkdD48Yj5WYXJpYW50IDQ6PC9i
PiBubyA8Y29kZT50aXRsZTwvY29kZT4gYXR0cmlidXRlIOKAkyBkb2VzIGJyb3dzZXJzIHVzZSB0
aGUgPGNvZGU+YWx0PC9jb2RlPiBhdHRyaWJ1dGUgb2YgdGhlIDxjb2RlPmFyZWE8L2NvZGU+IGVs
ZW1lbnQgaW5zdGVhZD88ZGQ+PGltZyB0aXRsZT0iaW1nIGVsZW1lbnQgdGl0bGUiICBzcmM9aHR0
cDovL3d3dy53aGF0d2cub3JnL2ltYWdlcy9sb2dvIHVzZW1hcD0iI21hcDEwIj48bWFwIG5hbWU9
Im1hcDEwIiBpZD0ibWFwMTAiPjxhcmVhPjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyAg
PjxhcmVhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyBjb29yZHM9IjUwLDUwLDUwIiAgYWx0
PSJBbHQgQy4iIGNvb3Jkcz0iMTAxLDEwMSIgc2hhcGU9ImNpcmNsZSI+V2hhdHdnLm9yZzwvYT48
L21hcD48L2RsPiAKCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>829</attachid>
            <date>2010-03-15 11:20:57 +0000</date>
            <delta_ts>2010-03-15 11:20:57 +0000</delta_ts>
            <desc>Demo of the issues that needs to be solved, if a@coords should be allowed to be dropped from HTML </desc>
            <filename>a@coords,bug7076.htm.utf8.htm</filename>
            <type>text/html</type>
            <size>6699</size>
            <attacher name="Leif Halvard Silli">xn--mlform-iua</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+PG1ldGEgSFRUUC1FUVVJVj0iQ09OVEVOVC1UWVBFIiBDT05URU5UPSJ0
ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPjx0aXRsZT5EZW1vcyBCdWcgNzA3NjwvdGl0bGU+PHN0
eWxlPmRlbHtjb2xvcjpncmF5O2ZvbnQtc2l6ZTpzbWFsbGVyO30qLmJvb2xlYW57Y29sb3I6ZGFy
a3JlZDtiYWNrZ3JvdW5kOnllbGxvdzt9aHRtbCxib2R5e2JhY2tncm91bmQtY29sb3I6I0ZGRjhE
Qzt9ZGx7ZGlzcGxheTppbmxpbmUtYmxvY2s7d2lkdGg6NDYlO21hcmdpbjowIDElO2JvcmRlcjpk
b3VibGUgMXB4O2JhY2tncm91bmQtY29sb3I6I0Y1RjVGNTt9ZHR7dGV4dC1hbGlnbjpsZWZ0O31j
b2Rle3BhZGRpbmc6MDtmb250LXNpemU6MThweDtiYWNrZ3JvdW5kLWNvbG9yOiNBOUUyRkY7Ym9y
ZGVyOjFweCBzb2xpZCAjRjVGNUY1O2NvbG9yOmJsdWU7fWgze2Rpc3BsYXk6cnVuLWluO31oMSxo
Mnt3aWR0aDoxMDAlO3BhZGRpbmc6MDttYXJnaW46MThweCAwIDJweCAwO31kbCB7cGFkZGluZzox
cHg7dGV4dC1hbGlnbjpjZW50ZXJ9aXtjb2xvcjpibHVlO2JhY2tncm91bmQ6d2hpdGU7fWgyey8q
Ym9yZGVyLWJvdHRvbTozcHggZG91YmxlOyovfTwvc3R5bGU+CjxhZGRyZXNzIHN0eWxlPSJwb3Np
dGlvbjphYnNvbHV0ZTt3aWR0aDo5NyU7dGV4dC1hbGlnbjpyaWdodDsiPkF1dGhvcjogTGVpZiBI
YWx2YXJkIFNpbGxpLiBEZW1vIHJlbGF0ZWQgdG8gYnVnIDxhIGhyZWY9Imh0dHA6Ly93d3cudzMu
b3JnL0J1Z3MvUHVibGljL3Nob3dfYnVnLmNnaT9pZD03MDc2Ij43MDc2PC9hPjwvYWRkcmVzcz4K
PGgxPjEuIEltYWdlIG1hcCB0ZXN0PC9oMT4KPGgyPjEuMS4gVGVzdGluZyB0aGUgdHdvIEhUTUw0
IG9wdGlvbnMg4oCUwqA8Y29kZT5hQGNvb3JkczwvY29kZT4gYW5kIDxjb2RlPmFyZWFAY29vcmRz
PC9jb2RlPjwvaDI+CjxkbD4KPGR0PlRoZSA8Y29kZT5hPC9jb2RlPiBlbGVtZW50Ljxicj48Y29k
ZT4mbHQ7YSBjb29yZHM9KiBocmVmPSogPjxpPmxpbmsgdGV4dDwvaT4mbHQ7L2E+PC9jb2RlPiAK
PGRkPgo8aW1nIHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIj
bWFwMSI+IAo8bWFwIG5hbWU9Im1hcDEiIGlkPSJtYXAxIj4KPGEgaHJlZj1odHRwOi8vd3d3Lndo
YXR3Zy5vcmcvICAgICAgY29vcmRzPSI1MCw1MCw0MCIgdGl0bGU9IndoYXR3ZyIgc2hhcGU9ImNp
cmNsZSI+V2hhdHdnLm9yZzwvYT4gKGluIHRoZSBjZW50ZXIpLCAKPGEgaHJlZj1odHRwOi8vd3d3
LndoYXR3Zy5vcmcvaHRtbDUgY29vcmRzPSI1MCw1MCw1MCIgdGl0bGU9Imh0bWw1IiAgc2hhcGU9
ImNpcmNsZSI+SFRNTDU8L2E+IChpbiB0aGUgYm9yZGVyKQo8L21hcD4gPC9kbD4KCjxkbD4gPGR0
PlRoZSA8Y29kZT5hcmVhPC9jb2RlPiBlbGVtZW50Ljxicj48Y29kZT4mbHQ7YXJlYSBjb29yZHM9
KiBocmVmPSogYWx0PSI8aT5hbHQgdGV4dDwvaT4iPjwvY29kZT4gCjxkZD4KPGltZyBzcmM9aHR0
cDovL3d3dy53aGF0d2cub3JnL2ltYWdlcy9sb2dvIHVzZW1hcD0iI21hcDIiPgo8bWFwIG5hbWU9
Im1hcDIiIGlkPSJtYXAyIj4KPGFyZWEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIGNvb3Jk
cz0iNTAsNTAsNDAiIHRpdGxlPSJ3aGF0d2ciIHNoYXBlPSJjaXJjbGUiIGFsdD0iV2hhdHdnLm9y
ZyI+IChpbiB0aGUgY2VudGVyKSwgCjxhcmVhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnL2h0
bWw1IGNvb3Jkcz0iNTAsNTAsNTAiIHRpdGxlPSJodG1sNSIgIHNoYXBlPSJjaXJjbGUiIGFsdD0i
SFRNTDUiPiAoaW4gdGhlIGJvcmRlcikKPC9tYXA+IDwvZGw+Cgo8aDI+MS4yLiBUZXN0aW5nIHRo
ZSB3b3JrYXJvdW5kcyBmb3IgPGNvZGU+YUBjb29yZHM8L2NvZGU+IHRoYXQgSFRNTDUgY3VycmVu
dGx5IGFsbG93cy48L2gyPgo8ZGw+IDxkdD48Yj5WYXJpYW50IDE6PC9iPiBBbiA8Y29kZT5hcmVh
PC9jb2RlPiBlbGVtZW50IHNpZGUgYnkgc2lkZSBhbiA8Y29kZT5hPC9jb2RlPiBlbGVtZW50IOKA
kyA8c3Ryb25nPmFscmVhZHkgcGVybWl0dGVkIGluIEhUTUw0ITwvc3Ryb25nPjxicj48Y29kZT4m
bHQ7YXJlYSBjb29yZHM9KiAgaHJlZj0qID4mbHQ7YSBocmVmPSogPjxpPmxpbmsgdGV4dDwvaT4m
bHQvYT48L2NvZGU+IAo8ZGQ+CjxpbWcgc3JjPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9pbWFnZXMv
bG9nbyB1c2VtYXA9IiNtYXAzIj4KPG1hcCBuYW1lPSJtYXAzIiBpZD0ibWFwMyI+CjxhcmVhIGhy
ZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyBhbHQ9IldoYXR3Zy5vcmciIGNvb3Jkcz0iNTAsNTAs
NDAiIHRpdGxlPSJ3aGF0d2ciIHNoYXBlPSJjaXJjbGUiPgo8YSBocmVmPWh0dHA6Ly93d3cud2hh
dHdnLm9yZy8gPldoYXR3Zy5vcmc8L2E+IChpbiB0aGUgY2VudGVyKSwgCjxhcmVhIGhyZWY9aHR0
cDovL3d3dy53aGF0d2cub3JnL2h0bWw1IGFsdD0iSFRNTDUiIGNvb3Jkcz0iNTAsNTAsNTAiIHRp
dGxlPSJodG1sNSIgIHNoYXBlPSJjaXJjbGUiPgo8YSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9y
Zy8gPkhUTUw1PC9hPiAoaW4gdGhlIGJvcmRlcikKPC9tYXA+IDwvZGw+Cgo8ZGw+IDxkdD48Yj5W
YXJpYW50IDI6PC9iPiBBbiA8Y29kZT5hcmVhPC9jb2RlPiBlbGVtZW50IDxlbT5pbnNpZGU8L2Vt
PiBhbiA8Y29kZT5hPC9jb2RlPiBlbGVtZW50LiA8c3Ryb25nIHN0eWxlPSJjb2xvcjpyZWQiPklu
Y29tcGF0aWJsZSB3aXRoIE1vemlsbGEgYnJvd3NlcnM8L3N0cm9uZz48YnI+PGNvZGU+Jmx0O2Eg
aHJlZj0qID4mbHQ7YXJlYSBjb29yZHM9KiAgaHJlZj0qID48aT5saW5rIHRleHQ8L2k+Jmx0Oy9h
PjwvY29kZT4gPGRkPgo8aW1nIHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28g
dXNlbWFwPSIjbWFwNCI+IDxtYXAgbmFtZT0ibWFwNCIgaWQ9Im1hcDQiPgo8YSBocmVmPWh0dHA6
Ly93d3cud2hhdHdnLm9yZy8gPgo8YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy8gYWx0
PSJXaGF0d2cub3JnIiBjb29yZHM9IjUwLDUwLDQwIiB0aXRsZT0id2hhdHdnIiBzaGFwZT0iY2ly
Y2xlIj5XaGF0d2cub3JnPC9hPiAoaW4gdGhlIGNlbnRlciksIAo8YSBocmVmPWh0dHA6Ly93d3cu
d2hhdHdnLm9yZy8gPgo8YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9odG1sNSBhbHQ9
IkhUTUw1IiBjb29yZHM9IjUwLDUwLDUwIiB0aXRsZT0iaHRtbDUiICBzaGFwZT0iY2lyY2xlIj5I
VE1MNTwvYT4gKGluIHRoZSBib3JkZXIpIDwvbWFwPiA8L2RsPgoKPGgyPjEuMy4gVGVzdGluZyBN
b3ppbGxhIGNvbXBhdGlibGUgbmVzdGluZyBzb2x1dGlvbnMgKFRoYXQgaXM6IFZhcmlhbnRzIG9m
IDxjb2RlPiZsdDthIGhyZWY9Kj4mbHQ7YXJlYT4mbHQ7L2E+PC9jb2RlPikuPC9oMj4KPGRsPiA8
ZHQ+PGI+VmFyaWFudCAxOjwvYj4gIEEgPGRlbD5kdW1teSAoYWthICJib29sZWFuIik8L2RlbD4g
PGNvZGU+Y29vcmRzPC9jb2RlPiA8ZW0+YXR0cmlidXRlPC9lbT4gaW5zaWRlIDxkZWw+YXQgbGVh
c3Qgb25lIG9mIHRoZTwvZGVsPiA8c3Ryb25nPmVhY2g8L3N0cm9uZz4gIDxjb2RlPmE8L2NvZGU+
IGVsZW1lbnQgPGRlbD5jYXVzZXMgYWxzbyB0aG9zZSB3aXRob3V0IHRoaXMgYXR0cmlidXRlIHRv
IHdvcms8L2RlbD4uPGJyPjxjb2RlPiZsdDthIDxiIHN0eWxlPSJjb2xvcjpyZWQiPmNvb3Jkcz0q
IHNoYXBlPSo8L2I+IGhyZWY9KiA+Jmx0O2FyZWEgY29vcmRzPSogaHJlZj0qPjxpPmxpbmsgdGV4
dDwvaT4mbHQ7L2E+PC9jb2RlPiA8ZGQ+CjxpbWcgc3JjPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9p
bWFnZXMvbG9nbyB1c2VtYXA9IiNtYXA1Ij4gPG1hcCBuYW1lPSJtYXA1IiBpZD0ibWFwNSI+Cjxh
ICAgICAgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIHRpdGxlPSJ3aGF0d2ciICAgY29vcmRz
PSI1MCw1MCw0MCIgc2hhcGU9ImNpcmNsZSIgPgogIDxhcmVhIGhyZWY9aHR0cDovL3d3dy53aGF0
d2cub3JnLyBhbHQ9IldoYXR3Zy5vcmciIGNvb3Jkcz0iNTAsNTAsNDAiIHRpdGxlPSJ3aGF0d2ci
IHNoYXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+IChpbiB0aGUgY2VudGVyKSwgCjxhIGhyZWY9
aHR0cDovL3d3dy53aGF0d2cub3JnL2h0bWw1ICAgIHRpdGxlPSJodG1sNSIgY29vcmRzPSI1MCw1
MCw1MCIgIHNoYXBlPSJjaXJjbGUiPgo8YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9o
dG1sNSBhbHQ9IkhUTUw1IiAgIGNvb3Jkcz0iNTAsNTAsNTAiIHRpdGxlPSJodG1sNSIgIHNoYXBl
PSJjaXJjbGUiPkhUTUw1PC9hPiAoaW4gdGhlIGJvcmRlcikgPC9tYXA+IDwvZGw+Cgo8ZGw+IDxk
dD48Yj5WYXJpYW50IDI6PC9iPiAgQSBkdW1teSA8ZW0gY2xhc3M9Ym9vbGVhbiA+KGFrYSAiYm9v
bGVhbiIpPC9lbT4gPGNvZGU+YXJlYTwvY29kZT4gZWxlbWVudCBpbnNpZGUgdGhlIDxjb2RlPm1h
cDwvY29kZT4gZWxlbWVudCBjYXVzZXMgbWFnaWNzLjxicj48Y29kZT4mbHQ7bWFwIG5hbWU9KiA+
PGIgc3R5bGU9ImNvbG9yOnJlZCI+Jmx0O2FyZWE+PC9iPiZsdDthIGhyZWY9KiA+Jmx0O2FyZWEg
Y29vcmRzPSogaHJlZj0qPjxpPmxpbmsgdGV4dDwvaT4mbHQ7L2E+PC9jb2RlPiA8ZGQ+CjxpbWcg
c3JjPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9pbWFnZXMvbG9nbyB1c2VtYXA9IiNtYXA2Ij4gPG1h
cCBuYW1lPSJtYXA2IiBpZD0ibWFwNiI+PGFyZWE+CjxhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cu
b3JnLyA+CjxhcmVhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnLyBhbHQ9IkFsdCBDLiIgY29v
cmRzPSI1MCw1MCw0MCIgc2hhcGU9ImNpcmNsZSI+V2hhdHdnLm9yZzwvYT4gKGluIHRoZSBjZW50
ZXIpLCAKPGEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaHRtbDUgICAgdGl0bGU9Imh0bWw1
IiAgc2hhcGU9ImNpcmNsZSI+CjxhcmVhIGhyZWY9aHR0cDovL3d3dy53aGF0d2cub3JnL2h0bWw1
IGFsdD0iSFRNTDUiIGNvb3Jkcz0iNTAsNTAsNTAiIHRpdGxlPSJodG1sNSIgIHNoYXBlPSJjaXJj
bGUiPkhUTUw1PC9hPiAoaW4gdGhlIGJvcmRlcikgPC9tYXA+IDwvZGw+Cgo8aDI+MS40IFRpdGxl
IGF0dHJpYnV0ZSBhbmQgbmVzdGluZzwvaDI+CjxkbD48ZHQ+PGI+VmFyaWFudCAxOjwvYj4gPGNv
ZGU+dGl0bGU8L2NvZGU+IGF0dHJpYnV0ZSBvbiBib3RoIDxjb2RlPmE8L2NvZGU+IGFuZCA8Y29k
ZT5hcmVhPC9jb2RlPiBlbGVtZW50LiA8ZGQ+PGltZyB0aXRsZT0iaW1nIGVsZW1lbnQgdGl0bGUi
IHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIjbWFwNyI+PG1h
cCBuYW1lPSJtYXA3IiBpZD0ibWFwNyI+PGFyZWE+PGEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5v
cmcvIHRpdGxlPSJhIGVsZW1lbnQgdGl0bGUiID48YXJlYSBocmVmPWh0dHA6Ly93d3cud2hhdHdn
Lm9yZy8gY29vcmRzPSI1MCw1MCw1MCIgdGl0bGU9ImFyZWEgZWxlbWVudCB0aXRsZSIgYWx0PSJB
bHQgQy4iIGNvb3Jkcz0iMTAxLDEwMSIgc2hhcGU9ImNpcmNsZSI+V2hhdHdnLm9yZzwvYT48L21h
cD48L2RsPiAKCjxkbD48ZHQ+PGI+VmFyaWFudCAyOjwvYj4gPGNvZGU+dGl0bGU8L2NvZGU+IGF0
dHJpYnV0ZSBvbmx5IG9uIDxjb2RlPmE8L2NvZGU+IGVsZW1lbnQuIDxkZD48aW1nIHRpdGxlPSJp
bWcgZWxlbWVudCB0aXRsZSIgc3JjPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9pbWFnZXMvbG9nbyB1
c2VtYXA9IiNtYXA4Ij48bWFwIG5hbWU9Im1hcDgiIGlkPSJtYXA4Ij48YXJlYT48YSBocmVmPWh0
dHA6Ly93d3cud2hhdHdnLm9yZy8gdGl0bGU9ImEgZWxlbWVudCB0aXRsZSIgPjxhcmVhIGhyZWY9
aHR0cDovL3d3dy53aGF0d2cub3JnLyBjb29yZHM9IjUwLDUwLDUwIiAgYWx0PSJBbHQgQy4iIGNv
b3Jkcz0iMTAxLDEwMSIgc2hhcGU9ImNpcmNsZSI+V2hhdHdnLm9yZzwvYT48L21hcD48L2RsPiAK
CjxkbD48ZHQ+PGI+VmFyaWFudCAzOjwvYj4gPGNvZGU+dGl0bGU8L2NvZGU+IGF0dHJpYnV0ZSBv
biA8Y29kZT5hcmVhPC9jb2RlPiBlbGVtZW50LjxkZD48aW1nIHRpdGxlPSJpbWcgZWxlbWVudCB0
aXRsZSIgc3JjPWh0dHA6Ly93d3cud2hhdHdnLm9yZy9pbWFnZXMvbG9nbyB1c2VtYXA9IiNtYXA5
Ij48bWFwIG5hbWU9Im1hcDkiIGlkPSJtYXA5Ij48YXJlYT48YSBocmVmPWh0dHA6Ly93d3cud2hh
dHdnLm9yZy8gID48YXJlYSB0aXRsZT0iYXJlYSBlbGVtZW50IHRpdGxlIiBocmVmPWh0dHA6Ly93
d3cud2hhdHdnLm9yZy8gY29vcmRzPSI1MCw1MCw1MCIgIGFsdD0iQWx0IEMuIiBjb29yZHM9IjEw
MSwxMDEiIHNoYXBlPSJjaXJjbGUiPldoYXR3Zy5vcmc8L2E+PC9tYXA+PC9kbD4gCgo8ZGw+PGR0
PjxiPlZhcmlhbnQgNDo8L2I+IG5vIDxjb2RlPnRpdGxlPC9jb2RlPiBhdHRyaWJ1dGUg4oCTIGRv
ZXMgYnJvd3NlcnMgdXNlIHRoZSA8Y29kZT5hbHQ8L2NvZGU+IGF0dHJpYnV0ZSBvZiB0aGUgPGNv
ZGU+YXJlYTwvY29kZT4gZWxlbWVudCBpbnN0ZWFkPzxkZD48aW1nIHRpdGxlPSJpbWcgZWxlbWVu
dCB0aXRsZSIgIHNyYz1odHRwOi8vd3d3LndoYXR3Zy5vcmcvaW1hZ2VzL2xvZ28gdXNlbWFwPSIj
bWFwMTAiPjxtYXAgbmFtZT0ibWFwMTAiIGlkPSJtYXAxMCI+PGFyZWE+PGEgaHJlZj1odHRwOi8v
d3d3LndoYXR3Zy5vcmcvICA+PGFyZWEgaHJlZj1odHRwOi8vd3d3LndoYXR3Zy5vcmcvIGNvb3Jk
cz0iNTAsNTAsNTAiICBhbHQ9IkFsdCBDLiIgY29vcmRzPSIxMDEsMTAxIiBzaGFwZT0iY2lyY2xl
Ij5XaGF0d2cub3JnPC9hPjwvbWFwPjwvZGw+IAoK
</data>

          </attachment>
      

    </bug>

</bugzilla>