<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Add wildcard `*` tagName processing to the `RE_SIMPLE_SELECTOR` regexp for non-IE browsers. [Diego Perini]
+
 * Add `context` fallback to byClass(). [Diego Perini]
 
 * Fix `of-type` selectors when no context is given by removing the `indexesByTag` cache. [Diego Perini]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -354,9 +354,9 @@ NW.Dom = (function(global) {
     true,
 
   // matches simple id, tagname &amp; classname selectors
-  RE_SIMPLE_SELECTOR = BUGGY_GEBCN
+  RE_SIMPLE_SELECTOR = BUGGY_GEBTN || BUGGY_GEBCN
     ? /^#?[-\w]+$/
-    : /^[.#]?[-\w]+$/,
+    : /^[.#*]?[-\w]*$/,
 
   /*----------------------------- LOOKUP OBJECTS -----------------------------*/
 </diff>
      <filename>src/nwmatcher.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f349c62300a65a34e66402832157ebef93e7c47e</id>
    </parent>
  </parents>
  <author>
    <name>jdalton</name>
    <email>john.david.dalton@gmail.com</email>
  </author>
  <url>http://github.com/jdalton/nwmatcher/commit/a3db1def52a84fff0ba20baa430f741e791fe305</url>
  <id>a3db1def52a84fff0ba20baa430f741e791fe305</id>
  <committed-date>2009-11-10T21:34:22-08:00</committed-date>
  <authored-date>2009-11-10T21:34:19-08:00</authored-date>
  <message>nwmatcher: Add wildcard `*` tagName processing to the `RE_SIMPLE_SELECTOR` regexp for non-IE browsers. [Diego Perini]</message>
  <tree>290efbf6c3d0b3e5b2c6a9b5f1ef3f354ddffc50</tree>
  <committer>
    <name>jdalton</name>
    <email>john.david.dalton@gmail.com</email>
  </committer>
</commit>
