Rename '#select' to '#mkwsSelect'
[mkws-moved-to-github.git] / experiments / spclient / html-structure.txt
index 5b2732c..e9e06d8 100644 (file)
@@ -7,12 +7,12 @@ identifier and .CLASS indicates an instance of a class.
   a*
 
 #mkwsLang
-  a*
+  ( a | span )*
 
 #mkwsSearch
-  form#searchForm
-    input#query type=text
-    input#button type=submit
+  form
+    input#mkwsQuery type=text
+    input#mkwsButton type=submit
 
 #mkwsBlanket
   (no contents -- used only for masking)
@@ -22,31 +22,31 @@ identifier and .CLASS indicates an instance of a class.
     tbody
       tr
         td
-          div#termlist
+          #mkwsTermlists
             div.title
             div.facet*
               div.termtitle
               ( a span br )*
         td
-          div#ranking
-           form#select
-             select#sort
-             select#perpage
-         div#pager
-         div#navi
-         div#results
-           div.record*
-             span (for sequence number)
-             a (for title)
-             span (for other information such as author)
-             div.details (sometimes)
-               table
-                 tbody
-                   tr*
-                     td
-                     td
+          div#mkwsRanking
+            form#mkwsSelect
+              select#sort
+              select#perpage
+          #mkwsPager
+          #mkwsNavi
+          #mkwsResults
+            div.record*
+              span (for sequence number)
+              a (for title)
+              span (for other information such as author)
+              div.details (sometimes)
+                table
+                  tbody
+                    tr*
+                      th
+                      td
 #mkwsTargets
-  div#bytarget
+  #mkwsBytarget
     table
       thead
         tr*