<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.web.dom.general">
    <title>gmane.comp.web.dom.general</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1714"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1713"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1712"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1711"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1705"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1704"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1703"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1702"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1701"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1700"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.dom.general/1695"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1714">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1714</link>
    <description>
On 8/10/08, João Eiras &lt;joao.eiras&lt; at &gt;gmail.com&gt; wrote:

It's straying off topic. Somewhat interesting bug, though.

Thanks for the informative reply, BTW.


Huh?


Yes, I've seen this and much worse. A RequestDispatcher on the server
is the right alternative.

WRT WF2.0, I should wait and see before continuing with more feedback.
I don't want to waste my efforts.

BTW, have you considered using inline-style response? It can make the
discussion much easier to follow.

http://en.wikipedia.org/wiki/Posting_style#Inline_replying

Garrett



</description>
    <dc:creator>Garrett Smith</dc:creator>
    <dc:date>2008-08-10T22:25:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1713">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1713</link>
    <description>
How is that toString issue related with your original message?
Anyway, if you really want to blame someone, join the whatwg mailing lists  
and contribute to the WF2 specification. Currently websites resort to  
javascript hacks to redirect a form submit to different urls. Useless I  
know.


On , Garrett Smith &lt;dhtmlkitchen&lt; at &gt;gmail.com&gt; wrote:





</description>
    <dc:creator>João Eiras</dc:creator>
    <dc:date>2008-08-10T21:26:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1712">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1712</link>
    <description>
On 8/10/08, João Eiras &lt;joao.eiras&lt; at &gt;gmail.com&gt; wrote:

Really?

I guess the only use case for that would be submitting to different domains.

Taking that successful submit param on the server, all that is needed
is a simple RequestDispatcher.

WF2/HTML5 - Too many new features while there are things in HTML that
still don't work in IE or Webkit.

Opera needs to get some basicthings in order before implementing these
new things. For example:

&lt;form&gt;&lt;input name="toString"&gt;&lt;/form&gt;

javascript:try{ alert(document.forms[0].elements); } catch(ex) { alert(ex); }

Opera: Error: Object doesn't implement [[Call]].

Because Opera tries to call the 'toString' property off of the
'elements' object. It should not do this, but should have an internal
method that safely converts the HTMLCollection to a string.

Garrett



</description>
    <dc:creator>Garrett Smith</dc:creator>
    <dc:date>2008-08-10T17:59:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1711">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1711</link>
    <description>
Hi.
Opera probably gives the info you want because Opera supports WebForms 2,  
and in web forms you can have several submit buttons with different  
actions. It seems the other browsers have this behavior undefined.


On , Garrett Smith &lt;dhtmlkitchen&lt; at &gt;gmail.com&gt; wrote:





</description>
    <dc:creator>João Eiras</dc:creator>
    <dc:date>2008-08-10T16:56:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1710">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1710</link>
    <description>
On Mon, Aug 4, 2008 at 12:46 PM, Boris Zbarsky &lt;bzbarsky&lt; at &gt;mit.edu&gt; wrote:

Thank you, Boris. That is what I thought.

In serializing a FORM, I don't usually need to get the input that was
clicked, but for completeness, it should be present.

If this successful submit element were to be exposed, it would have to
be through an event, I think. I'll probably want to take this over to
the html5 list, but the idea is to get a form data as an object or
string.

&lt;form method="multipart/form-data"&gt;
  &lt;input name="file" type="file"&gt;
  &lt;input name="fname" type="text"&gt;
&lt;/form&gt;

form.onsubmit = function(e) {
  if(event.getBinaryString) {
  // Get Serialized Data.
    alert(event.getBinaryString());
  }
};


Garrett



</description>
    <dc:creator>Garrett Smith</dc:creator>
    <dc:date>2008-08-07T06:32:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1709">
    <title>Re: FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1709</link>
    <description>
Garrett Smith wrote:

No, it is not.

-Boris


</description>
    <dc:creator>Boris Zbarsky</dc:creator>
    <dc:date>2008-08-04T19:46:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1708">
    <title>FORM successful submit element?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1708</link>
    <description>
How to identify the submit button when a form was clicked?

The form below has three elements that can be used to submit the form.
If the form is submitted, it could be that one of the buttons would be
the cause, and, in that case, that button should be included in the
query string.

The browsers seem to have an internal mechanism for determining which
button is successful. Is the form's successful button exposed in the
DOM?

&lt;form action="" id="theForm"&gt;
  &lt;input name="text" value="blah"&gt;

  &lt;input id="submit" name="submit" value="submit form here" type="submit"&gt;
  &lt;input id="submit2" name="submit2" value="submit form there" type="submit"&gt;
  &lt;input id="submit3" name="submit3" value="submit form elsewhere"
type="image" alt="[submit elsewhere]" src="missing.null"&gt;
&lt;/form&gt;
&lt;script&gt;
document.getElementById('theForm').onsubmit = function(e) {
   alert(e.relatedTarget.type);
};
&lt;/script&gt;

Opera: "image", et c.
IE8, FF3, Safari 3: Error

When the form is submitted, how to determine if and which submit input
was t</description>
    <dc:creator>Garrett Smith</dc:creator>
    <dc:date>2008-08-04T05:33:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1707">
    <title>RE: RFC4288 script media types (was: Using DOM to replace media attribute...)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1707</link>
    <description>
Patrick Garies:
| I also know of no cases where this is strictly required for “functional 
| compliance” (whatever that is). I simply said that the MIME type is 
| deprecated (i.e., discouraged).

I don't agree the media types should be referred to as "deprecated." The meaning of "obsolete" in this context is in RFC4288 (which obsoleted 2048): '...media types that are no longer believed appropriate for use can be declared OBSOLETE by a change to their "intended use" field'. Obsolete can mean "outmoded," which is reasonable. RFC4329 is not an 'Internet standard', and - unlike HTML - doesn't need an interim period of deprecation (when UAs SHOULD continue to support something) prior to obsolescence.

'Functional compliance': where functionality depends on compliance (e.g. at some point security or versioning benefits might depend on full compliance). You're striving for syntactical compliance; there currently appears to be no functional difference.

| There are functional differences for application/ecmasc</description>
    <dc:creator>David Perrell</dc:creator>
    <dc:date>2008-07-29T21:31:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1706">
    <title>Re: Using DOM to replace media attribute in the link tag on page      load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1706</link>
    <description>
David Perrell wrote:

I also know of no cases where this is strictly required for “functional 
compliance” (whatever that is). I simply said that the MIME type is 
deprecated (i.e., discouraged).

(This issue is sort of like using quoted attributes versus unquoted in 
HTML; the latter is generally seen as poor practice, but still 
acceptable. There’s little practical effect with regard to either 
approach. The difference, in this case, is formal deprecation (for 
whatever that’s worth to you).)

David Perrell wrote:

There are functional differences for application/ecmascript assuming 
that the script is in its own file, at least (e.g., the version 
parameter). I haven’t tested whether current browsers that support the 
new application/* types actually adhere to the RFC  in this regard though.

David Perrell wrote:

I didn’t say that you need to go change all of your existing Web pages. 
Presumably, that’s why the text/* types were registered.

David Perrell wrote:

At the same time, there was</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-29T10:11:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1705">
    <title>RE: Using DOM to replace media attribute in the link tag on page     load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1705</link>
    <description>
Patrick Garies:

| The first criterion is effectively saying “never”;

So long as there's no functional compliance issue, that may be so. At the moment, I know of no spec I need to validate against that requires the new mime types.

| I’m not quite sure what you mean by “partially” or “doesn't address 
| current conditions”. If, by those, your message is that something 
| shouldn’t be used until it can be freely used in all commonly used 
| browsers (i.e., “doesn't address current conditions”) and that 
| workarounds (i.e., “partial” adherence to RFC4329 due to the IE 
| workaround) mean that a solution shouldn’t be used, I simply have to 
| disagree.

I have no qualms about conditionally using something that has a visual or functional effect, but I see no purpose in conditionally providing two different content descriptions when one will suffice.

Obsoleting of text/javascript does not imply we must immediately change all our web pages. Text/javascript wasn't registered until RFC4</description>
    <dc:creator>David Perrell</dc:creator>
    <dc:date>2008-07-29T02:12:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1704">
    <title>Re: Using DOM to replace media attribute in the link tag on page     load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1704</link>
    <description>
David Perrell wrote:

The first criterion is effectively saying “never”; I don’t expect 
text/javascript to go anywhere even if the application/* media types 
become popularly used simply due to backward compatibility concerns. I 
don’t expect the latter to happen for years, particularly if Internet 
Explorer 8 or later end up not supporting RFC4329.

David Perrell wrote:

I’m not quite sure what you mean by “partially” or “doesn't address 
current conditions”. If, by those, your message is that something 
shouldn’t be used until it can be freely used in all commonly used 
browsers (i.e., “doesn't address current conditions”) and that 
workarounds (i.e., “partial” adherence to RFC4329 due to the IE 
workaround) mean that a solution shouldn’t be used, I simply have to 
disagree.

Working around lack of browser support and/or being unable to fully 
support a standard until support improves or an alternative is offered 
is nothing new on the Web. (Of course, I realize that that la</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-27T20:41:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1703">
    <title>RE: Using DOM to replace media attribute in the link tag on page    load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1703</link>
    <description>
Patrick Garies:
| I’m curious as to what criteria should be used to determine when the 
| time is “mature” in your view. The older MIME types text/javascript and 
| text/ecmascript are essentially deprecated per RFC4329 (or “obsolete” as 
| that RFC, unfortunately, puts it)

My criteria is: when there are UAs that no longer accept script type as "text/javascript" OR when there are no longer UAs in common use that do not recognize the RFC4329-sanctioned script types. You ask if you can use the new MIME types without hurting anything while I ask "Why should I change what works to *partially* satisfy a specification that doesn't address current conditions?" That doesn't mean one of us is wrong (CCs aren't evil!), but I don't think assuming that all future versions of IE will support "text/ecmascript" is good idea. I would AT LEAST wait until a conforming version of IE is released and limit the IE-specifics to lesser versions.

David Perrell



</description>
    <dc:creator>David Perrell</dc:creator>
    <dc:date>2008-07-26T05:37:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1702">
    <title>Design Fault: Document Object Model (DOM) Level 3 Events Specification</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1702</link>
    <description>
Hi,
in section "1.6.2. Mouse event types" is still a design fault:
  button of type unsigned short, readonly
    During mouse events caused by the depression or release of a mouse
    button, [...]

Problem:
If a mouse button depressed inside the document area but released
outside and mouse reenter the document area, there is no chance
to indicate, that no mouse button is depressed.

There is a common (failing) use case for drag &amp; drop:
 - A drag action has been started inside the document area
   and the drag element is carry along the mouse pointer
 - Mouse pointer has been moved outside the document area
   and the drag element stand still on last mouse move/out position
 - Mouse button has been released
 - Mouse pointer has been moved inside the document area
   and the drag element still carry along the mouse pointer,
   although no mouse button depressed.

Solution:
 - button attribute should be updated during *ALL* mouse events
 - button attribute should be implemented as a bit mask (respectively
   </description>
    <dc:creator>Thomas Fischer</dc:creator>
    <dc:date>2008-07-24T13:50:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1701">
    <title>Re: Using DOM to replace media attribute in the link tag on page    load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1701</link>
    <description>
David Perrell wrote:

The primary point of the CC‐based approach is to work around this issue.

David Perrell wrote:

I didn’t dispute this. I simply noted that the mentioned MIME type is 
deprecated.

David Perrell wrote:

I’m curious as to what criteria should be used to determine when the 
time is “mature” in your view. The older MIME types text/javascript and 
text/ecmascript are essentially deprecated per RFC4329 (or “obsolete” as 
that RFC, unfortunately, puts it); RFC4329 is already on the IANA MIME 
Media Types list. The question is: “Can you start using the new MIME 
types here and now without significantly hurting anything?” The answer 
may vary depending upon your goals; in my case and, probably, most 
people’s cases (where they have enough control over their code to use 
CCs), the answer is “Yes.”.

David Perrell wrote:

I agree. However, it is “safe” to do quite a number of things that are 
not technically correct per specification(s), not conforming, invalid, 
or po</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-24T06:31:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1700">
    <title>RE: Using DOM to replace media attribute in the link tag on page   load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1700</link>
    <description>
Patrick Garies wrote:
| I said “up to version 7”, so that includes version 7 itself too. The way 
| that I implement it is by use of conditional comments:

IE &gt; 6 won't run on pre-XP Windows and there are clearly many who feel no need to upgrade their OpSys or change its default UA. Meanwhile, there are millions of web pages with script typed as "text/javascript". UA acceptance of "text/javascript" won't be going away any time soon. IMHO, conditional mime types are a bit premature.

If you're presenting plain HTML then it should be safe to use the &lt;script&gt; tag without a type declaration. Is there a browser for which javascript isn't the default script language? 

HTML 4.01 spec uses "text/javascript" as a content type example. However obsolete, "text/javascript" is currently the most-supported content type for javascript and was probably a wise choice.

| Hopefully, WIE8 will support the two new MIME types so that the 
| messiness above can eventually be done away with.

I read an IE8 blog complaint: IE</description>
    <dc:creator>David Perrell</dc:creator>
    <dc:date>2008-07-23T23:34:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1699">
    <title>Invoking a subroutine while DOM parsing</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1699</link>
    <description>All,

 

Is it possible to invoke a subroutine while DOM parsing is active and a
specific xpath is hit ?. My requirement is when I validate my main
schema, I want to validate an xs:any content with the content's schema
reference. Or is there any other way to do this

 

Thanks

 

Raees Uzhunnan

Technical Advisor,

Distributed Revenue Systems,

 

FedEx Services

1900 Summit Tower Blvd, Ste 1200.

Orlando, FL 32810.

407-916-3297

raees.uzhunnan&lt; at &gt;fedex.com

 

 

 

 

</description>
    <dc:creator>Raees Uzhunnan</dc:creator>
    <dc:date>2008-07-22T20:42:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1698">
    <title>Re: Using DOM to replace media attribute in the link tag on page   load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1698</link>
    <description>
David Perrell wrote:

I said “up to version 7”, so that includes version 7 itself too. The way 
that I implement it is by use of conditional comments:

|&lt;!--[if !IE]&gt;--&gt;
&lt;script type="application/ecmascript"&gt;
    // do something
&lt;/script&gt;
&lt;!--&lt;![endif]--&gt;
&lt;!--[if IE]&gt;
    &lt;script type="text/ecmascript"&gt;
       // do something
    &lt;/script&gt;
&lt;![endif]--&gt;|

Alternatively, the following works if you want to combine embedded 
scripts (with tracks for WIE and non‐WIE browsers):

|&lt;!--[if !IE]&gt;--&gt;
&lt;script type="application/ecmascript"&gt;
    // &lt;!--&lt;![endif]--&gt; &lt;script type="text/ecmascript"&gt;
    // do something
&lt;/script&gt;|

Admittedly, this is extra work for something that seems to be mostly 
cosmetic.

Hopefully, WIE8 will support the two new MIME types so that the 
messiness above can eventually be done away with. (I’m not willing to 
test pre‐release software on this computer to find out if this issue is 
fixed in WIE 8 Beta 1 though.)

— Patrick Garies


</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-23T12:36:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1697">
    <title>Re: Using DOM to replace media attribute in the link tag on page   load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1697</link>
    <description>
Thanks for your help Patrick - I'm a complete newbie when it comes to
javascript and DOM, but you and David have helped get me on the right track
here. I've gotten this to work - the problem was in my implementation.
Thanks again, both of you.

Jonathan



Patrick Garies wrote:

</description>
    <dc:creator>nimblehost</dc:creator>
    <dc:date>2008-07-22T16:27:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1696">
    <title>RE: Using DOM to replace media attribute in the link tag on page  load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1696</link>
    <description>
Patrick Garies:
| The original code was correct. |mediaType[x]| (not |mediaType.item[x]|) 
| is an ECMAScript alternative.
...
| That would be |getElementById| (with a lowercase “d”).

My apologies, thanks for the correction. I had tested before I wrote that, and it initially appeared that Jonathan's code didn't work, while mediaType[x] and getElementById("linkid") without the loop did work. But when I tested thusly:

&lt;script type="text/javascript"&gt;
window.onload=function() {
  var mediaType = document.getElementsByTagName("link");
  for(var x=0; x&lt;mediaType.length; x++) {
    mediaType.item(x).setAttribute("media", "all");
    alert(mediaType.item(x).getAttribute("media"));
  }
}
&lt;/script&gt;

media type was changed in FF 3.01, Opera 9.51, and IE 5.01.

| * The MIME type text/javascript is deprecated in favor of the MIME types 
| application/javascript and application/ecmascript. Unfortunately, 
| neither are supported in Windows Internet Explorer up to version 7.

I'm still seeing a lot of pre-XP Windows</description>
    <dc:creator>David Perrell</dc:creator>
    <dc:date>2008-07-22T14:48:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1695">
    <title>Re: Using DOM to replace media attribute in the link tag on page   load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1695</link>
    <description>
Patrick Garies wrote:

I forgot: ditto for |setAttributeNS| versus |setAttribute|.

— Patrick Garies


</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-22T09:50:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.dom.general/1694">
    <title>Re: Using DOM to replace media attribute in the link tag on page  load</title>
    <link>http://permalink.gmane.org/gmane.comp.web.dom.general/1694</link>
    <description>
David Perrell wrote:

The original code was correct. |mediaType[x]| (not |mediaType.item[x]|) 
is an ECMAScript alternative.

David Perrell wrote:

That would be |getElementById| (with a lowercase “d”).





</description>
    <dc:creator>Patrick Garies</dc:creator>
    <dc:date>2008-07-22T09:46:33</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.web.dom.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.dom.general</link>
  </textinput>
</rdf:RDF>
