css3-selectors

changeset 65:545d532432d9

Removed some old cruft
author Emanuele Aina <em@nerd.ocracy.org>
date Mon Nov 10 22:37:32 2008 +0100 (20 months ago)
parents 33d9ab56c520
children 3d6bd01688c6
files Css3SelectorExperiment.cs
line diff
     1.1 --- a/Css3SelectorExperiment.cs	Mon Nov 10 22:36:36 2008 +0100
     1.2 +++ b/Css3SelectorExperiment.cs	Mon Nov 10 22:37:32 2008 +0100
     1.3 @@ -133,8 +133,6 @@
     1.4                  case "only-child": return "[count(../*)=1]";
     1.5                  case "first-child": return "*[1]/self::";
     1.6                  case "last-child": return "*[last()]/self::";
     1.7 -                case "nth-child": return String.Format("[count(preceding-sibling::*)={0}-1]", "FIXME");
     1.8 -                case "lang": return String.Format("[@xml:lang='{0}' or starts-with(@xml:lang,'{0}-')]", "FIXME");
     1.9              }
    1.10              throw new Exception();
    1.11          }

To download these repositories, get Mercurial and then type something like:

hg clone http://techn.ocracy.org/repository-name/

You can also click the "zip" or "gz" links to get an archive of the latest revision without installing anything.

The change logs of the repositories are aggregated at techn.ocracy.org/planet.

We have also some darcs repositories at techn.ocracy.org/darcs.