diff --git a/devman.html b/devman.html
deleted file mode 100644
index cee9007..0000000
--- a/devman.html
+++ /dev/null
@@ -1,25 +0,0 @@
-DEVMAN
-File: cstyle/main.go:158
-You need to pre-sort the selectors by their .Sheet field to create thecascading effect of CSS
-
-File: element/selector.go:298
-Descendants selector checks for any parent to havethe next tag, but doesn't check the main tag if it did and the main didn'thave the selector then it would move up. So instead the main tag is skippeduntil the next check.
-
-MAN
-File: element/selector.go:11
-QuerySelector is a Node method to select an element using a CSS selector
--
-Note
-See TestSelector for query information
-
-
-
-File: element/selector.go:32
-QuerySelectorAll is a Node method to select all matching elements using a CSS selector
--
-Note
-See TestSelector for query information
-
-
-
-
DEVMAN
File: cstyle/main.go:158
You need to pre-sort the selectors by their .Sheet field to create thecascading effect of CSS
File: element/selector.go:298
Descendants selector checks for any parent to havethe next tag, but doesn't check the main tag if it did and the main didn'thave the selector then it would move up. So instead the main tag is skippeduntil the next check.
MAN
File: element/selector.go:11
QuerySelector is a Node method to select an element using a CSS selector
-
Note
See TestSelector for query information
File: element/selector.go:32
QuerySelectorAll is a Node method to select all matching elements using a CSS selector
-
Note
See TestSelector for query information