/[suikacvs]/markup/html/whatpm/t/css-visual.dat
Suika

Diff of /markup/html/whatpm/t/css-visual.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Sat Jan 26 14:48:09 2008 UTC revision 1.14 by wakaba, Sun Feb 10 07:34:10 2008 UTC
# Line 1274  p { Line 1274  p {
1274    
1275  #data  #data
1276  p {  p {
1277      border-top-width: 5px
1278    }
1279    #cssom
1280    | <p>
1281    |   border-top-width: 5px
1282    #csstext
1283    p {
1284      border-top-width: 5px;
1285    }
1286    
1287    #data
1288    p {
1289      border-top-width: +5px
1290    }
1291    #cssom
1292    | <p>
1293    |   border-top-width: 5px
1294    #csstext
1295    p {
1296      border-top-width: 5px;
1297    }
1298    
1299    #data
1300    p {
1301      border-top-width: -5px
1302    }
1303    #errors
1304    ;2;22;m;syntax error:'border-top-width'
1305    #cssom
1306    | <p>
1307    #csstext
1308    p {
1309    }
1310    
1311    #data
1312    p {
1313      border-top-width: 0;
1314    }
1315    #cssom
1316    | <p>
1317    |   border-top-width: 0px
1318    
1319    #data
1320    p {
1321      border-top-width: +0;
1322    }
1323    #cssom
1324    | <p>
1325    |   border-top-width: 0px
1326    
1327    #data
1328    p {
1329      border-top-width: -0;
1330    }
1331    #cssom
1332    | <p>
1333    |   border-top-width: 0px
1334    
1335    #data
1336    p {
1337      border-top-width: 0.0000;
1338    }
1339    #cssom
1340    | <p>
1341    |   border-top-width: 0px
1342    
1343    #data
1344    p {
1345      border-top-width: 00000012px;
1346    }
1347    #cssom
1348    | <p>
1349    |   border-top-width: 12px
1350    
1351    #data
1352    p {
1353      border-top-width: 12.012000px;
1354    }
1355    #cssom
1356    | <p>
1357    |   border-top-width: 12.012px
1358    
1359    #data
1360    p {
1361      border-top-width: 12;
1362    }
1363    #errors
1364    ;2;21;m;syntax error:'border-top-width'
1365    #cssom
1366    | <p>
1367    
1368    #data
1369    p {
1370      border-top-width: 12;
1371    }
1372    #option q
1373    #cssom
1374    | <p>
1375    |   border-top-width: 12px
1376    
1377    #data
1378    p {
1379      border-top-width: +12;
1380    }
1381    #errors
1382    ;2;22;m;syntax error:'border-top-width'
1383    #cssom
1384    | <p>
1385    
1386    #data
1387    p {
1388      border-top-width: +12;
1389    }
1390    #option q
1391    #cssom
1392    | <p>
1393    |   border-top-width: 12px
1394    
1395    #data
1396    p {
1397      border-top-width: -12;
1398    }
1399    #errors
1400    ;2;22;m;syntax error:'border-top-width'
1401    #cssom
1402    | <p>
1403    
1404    #data
1405    p {
1406      border-top-width: -12;
1407    }
1408    #option q
1409    #errors
1410    ;2;22;m;syntax error:'border-top-width'
1411    #cssom
1412    | <p>
1413    
1414    #data
1415    p {
1416    border-width: 5px;    border-width: 5px;
1417  }  }
1418  #cssom  #cssom
# Line 1345  p { Line 1484  p {
1484    
1485  #data  #data
1486  p {  p {
1487      border-width: 0;
1488    }
1489    #cssom
1490    | <p>
1491    |   border-bottom-width: 0px
1492    |   border-left-width: 0px
1493    |   border-right-width: 0px
1494    |   border-top-width: 0px
1495    |   border-width: 0px
1496    
1497    #data
1498    p {
1499      border-width: +0;
1500    }
1501    #cssom
1502    | <p>
1503    |   border-bottom-width: 0px
1504    |   border-left-width: 0px
1505    |   border-right-width: 0px
1506    |   border-top-width: 0px
1507    |   border-width: 0px
1508    
1509    #data
1510    p {
1511      border-width: -0;
1512    }
1513    #cssom
1514    | <p>
1515    |   border-bottom-width: 0px
1516    |   border-left-width: 0px
1517    |   border-right-width: 0px
1518    |   border-top-width: 0px
1519    |   border-width: 0px
1520    
1521    #data
1522    p {
1523      border-width: 12;
1524    }
1525    #errors
1526    ;2;17;m;syntax error:'border-width'
1527    #cssom
1528    | <p>
1529    
1530    #data
1531    p {
1532      border-width: 12;
1533    }
1534    #option q
1535    #cssom
1536    | <p>
1537    |   border-bottom-width: 12px
1538    |   border-left-width: 12px
1539    |   border-right-width: 12px
1540    |   border-top-width: 12px
1541    |   border-width: 12px
1542    
1543    #data
1544    p {
1545      border-width: +12;
1546    }
1547    #errors
1548    ;2;18;m;syntax error:'border-width'
1549    #cssom
1550    | <p>
1551    
1552    #data
1553    p {
1554      border-width: +12;
1555    }
1556    #option q
1557    #cssom
1558    | <p>
1559    |   border-bottom-width: 12px
1560    |   border-left-width: 12px
1561    |   border-right-width: 12px
1562    |   border-top-width: 12px
1563    |   border-width: 12px
1564    
1565    #data
1566    p {
1567      border-width: 5px;
1568    }
1569    #cssom
1570    | <p>
1571    |   border-bottom-width: 5px
1572    |   border-left-width: 5px
1573    |   border-right-width: 5px
1574    |   border-top-width: 5px
1575    |   border-width: 5px
1576    
1577    #data
1578    p {
1579      border-width: +5px;
1580    }
1581    #cssom
1582    | <p>
1583    |   border-bottom-width: 5px
1584    |   border-left-width: 5px
1585    |   border-right-width: 5px
1586    |   border-top-width: 5px
1587    |   border-width: 5px
1588    
1589    #data
1590    p {
1591      border-width: -5px;
1592    }
1593    #errors
1594    ;2;18;m;syntax error:'border-width'
1595    #cssom
1596    | <p>
1597    
1598    #data
1599    p {
1600      border-width: 5px 6px;
1601    }
1602    #cssom
1603    | <p>
1604    |   border-bottom-width: 5px
1605    |   border-left-width: 6px
1606    |   border-right-width: 6px
1607    |   border-top-width: 5px
1608    |   border-width: 5px 6px
1609    
1610    #data
1611    p {
1612      border-width: 5px +6px;
1613    }
1614    #cssom
1615    | <p>
1616    |   border-bottom-width: 5px
1617    |   border-left-width: 6px
1618    |   border-right-width: 6px
1619    |   border-top-width: 5px
1620    |   border-width: 5px 6px
1621    
1622    #data
1623    p {
1624      border-width: 5px -6px;
1625    }
1626    #errors
1627    ;2;22;m;syntax error:'border-width'
1628    #cssom
1629    | <p>
1630    
1631    #data
1632    p {
1633      border-width: 5px 6px 7px;
1634    }
1635    #cssom
1636    | <p>
1637    |   border-bottom-width: 7px
1638    |   border-left-width: 6px
1639    |   border-right-width: 6px
1640    |   border-top-width: 5px
1641    |   border-width: 5px 6px 7px
1642    
1643    #data
1644    p {
1645      border-width: 5px 6px +7px;
1646    }
1647    #cssom
1648    | <p>
1649    |   border-bottom-width: 7px
1650    |   border-left-width: 6px
1651    |   border-right-width: 6px
1652    |   border-top-width: 5px
1653    |   border-width: 5px 6px 7px
1654    
1655    #data
1656    p {
1657      border-width: 5px 6px -7px;
1658    }
1659    #errors
1660    ;2;26;m;syntax error:'border-width'
1661    #cssom
1662    | <p>
1663    
1664    #data
1665    p {
1666      border-width: 5px 6px 7px 8px;
1667    }
1668    #cssom
1669    | <p>
1670    |   border-bottom-width: 7px
1671    |   border-left-width: 8px
1672    |   border-right-width: 6px
1673    |   border-top-width: 5px
1674    |   border-width: 5px 6px 7px 8px
1675    
1676    #data
1677    p {
1678      border-width: 5px 6px 7px +8px;
1679    }
1680    #cssom
1681    | <p>
1682    |   border-bottom-width: 7px
1683    |   border-left-width: 8px
1684    |   border-right-width: 6px
1685    |   border-top-width: 5px
1686    |   border-width: 5px 6px 7px 8px
1687    
1688    #data
1689    p {
1690      border-width: 5px 6px 7px -8px;
1691    }
1692    #errors
1693    ;2;30;m;syntax error:'border-width'
1694    #cssom
1695    | <p>
1696    
1697    #data
1698    p {
1699    border-top: 1px solid red;    border-top: 1px solid red;
1700  }  }
1701  #cssom  #cssom
# Line 1565  p { Line 1916  p {
1916  |   border-width: inherit  |   border-width: inherit
1917    
1918  #data  #data
1919  /*  p {
1920    TODO: We need to add test data for border and padding related properties.    padding-top: 0;
1921  */  }
1922    #cssom
1923    | <p>
1924    |   padding-top: 0px
1925    
1926    #data
1927    p {
1928      padding-top: +0;
1929    }
1930    #cssom
1931    | <p>
1932    |   padding-top: 0px
1933    
1934    #data
1935    p {
1936      padding-top: -0;
1937    }
1938    #cssom
1939    | <p>
1940    |   padding-top: 0px
1941    
1942    #data
1943    p {
1944      padding-top: 000.000;
1945    }
1946    #cssom
1947    | <p>
1948    |   padding-top: 0px
1949    
1950    #data
1951    p {
1952      padding-top: 12px;
1953    }
1954    #cssom
1955    | <p>
1956    |   padding-top: 12px
1957    #csstext
1958    p {
1959      padding-top: 12px;
1960    }
1961    
1962    #data
1963    p {
1964      padding-top: +12px;
1965    }
1966    #cssom
1967    | <p>
1968    |   padding-top: 12px
1969    
1970    #data
1971    p {
1972      padding-top: -12px;
1973    }
1974    #errors
1975    ;2;17;m;syntax error:'padding-top'
1976    #cssom
1977    | <p>
1978    
1979    #data
1980    p {
1981      padding-top: 0000120.00100px;
1982    }
1983    #cssom
1984    | <p>
1985    |   padding-top: 120.001px
1986    
1987  #data  #data
1988  p {  p {
# Line 1752  html { Line 2167  html {
2167    
2168  #data  #data
2169  p {  p {
2170      display: compact;
2171    }
2172    #cssom
2173    | <p>
2174    |   display: compact
2175    #csstext
2176    p {
2177      display: compact;
2178    }
2179    
2180    #data
2181    p {
2182      display: marker;
2183    }
2184    #cssom
2185    | <p>
2186    |   display: marker
2187    #csstext
2188    p {
2189      display: marker;
2190    }
2191    #computed 1 p
2192    #computedtext 1 p
2193    
2194    #data
2195    p {
2196      top: 12px;
2197    }
2198    #cssom
2199    | <p>
2200    |   top: 12px
2201    
2202    #data
2203    p {
2204      top: +12px;
2205    }
2206    #cssom
2207    | <p>
2208    |   top: 12px
2209    
2210    #data
2211    p {
2212      top: -12px;
2213    }
2214    #cssom
2215    | <p>
2216    |   top: -12px
2217    
2218    #data
2219    p {
2220      top: auto;
2221    }
2222    #cssom
2223    | <p>
2224    |   top: auto
2225    
2226    #data
2227    p {
2228      top: inherit;
2229    }
2230    #cssom
2231    | <p>
2232    |   top: inherit
2233    
2234    #data
2235    p {
2236      bottom: 12px;
2237    }
2238    #cssom
2239    | <p>
2240    |   bottom: 12px
2241    
2242    #data
2243    p {
2244      bottom: +12px;
2245    }
2246    #cssom
2247    | <p>
2248    |   bottom: 12px
2249    
2250    #data
2251    p {
2252      bottom: -12px;
2253    }
2254    #cssom
2255    | <p>
2256    |   bottom: -12px
2257    
2258    #data
2259    p {
2260      bottom: auto;
2261    }
2262    #cssom
2263    | <p>
2264    |   bottom: auto
2265    
2266    #data
2267    p {
2268      bottom: inherit;
2269    }
2270    #cssom
2271    | <p>
2272    |   bottom: inherit
2273    
2274    #data
2275    p {
2276      left: 12px;
2277    }
2278    #cssom
2279    | <p>
2280    |   left: 12px
2281    
2282    #data
2283    p {
2284      left: +12px;
2285    }
2286    #cssom
2287    | <p>
2288    |   left: 12px
2289    
2290    #data
2291    p {
2292      left: -12px;
2293    }
2294    #cssom
2295    | <p>
2296    |   left: -12px
2297    
2298    #data
2299    p {
2300      left: auto;
2301    }
2302    #cssom
2303    | <p>
2304    |   left: auto
2305    
2306    #data
2307    p {
2308      left: inherit;
2309    }
2310    #cssom
2311    | <p>
2312    |   left: inherit
2313    
2314    #data
2315    p {
2316      right: 12px;
2317    }
2318    #cssom
2319    | <p>
2320    |   right: 12px
2321    
2322    #data
2323    p {
2324      right: +12px;
2325    }
2326    #cssom
2327    | <p>
2328    |   right: 12px
2329    
2330    #data
2331    p {
2332      right: -12px;
2333    }
2334    #cssom
2335    | <p>
2336    |   right: -12px
2337    
2338    #data
2339    p {
2340      right: auto;
2341    }
2342    #cssom
2343    | <p>
2344    |   right: auto
2345    
2346    #data
2347    p {
2348      right: inherit;
2349    }
2350    #cssom
2351    | <p>
2352    |   right: inherit
2353    
2354    #data
2355    /* From CSS 2.1 */
2356          BODY { height: 8.5in } /* Required for percentage heights below */
2357          #header {
2358            position: fixed;
2359            width: 100%;
2360            height: 15%;
2361            top: 0;
2362            right: 0;
2363            bottom: auto;
2364            left: 0;
2365          }
2366          #sidebar {
2367            position: fixed;
2368            width: 10em;
2369            height: auto;
2370            top: 15%;
2371            right: auto;
2372            bottom: 100px;
2373            left: 0;
2374          }
2375          #main {
2376            position: fixed;
2377            width: auto;
2378            height: auto;
2379            top: 15%;
2380            right: 0;
2381            bottom: 100px;
2382            left: 10em;
2383          }
2384          #footer {
2385            position: fixed;
2386            width: 100%;
2387            height: 100px;
2388            top: auto;
2389            right: 0;
2390            bottom: 0;
2391            left: 0;
2392          }
2393    #cssom
2394    | <BODY>
2395    |   height: 8.5in
2396    | <#header>
2397    |   bottom: auto
2398    |   height: 15%
2399    |   left: 0px
2400    |   position: fixed
2401    |   right: 0px
2402    |   top: 0px
2403    |   width: 100%
2404    | <#sidebar>
2405    |   bottom: 100px
2406    |   height: auto
2407    |   left: 0px
2408    |   position: fixed
2409    |   right: auto
2410    |   top: 15%
2411    |   width: 10em
2412    | <#main>
2413    |   bottom: 100px
2414    |   height: auto
2415    |   left: 10em
2416    |   position: fixed
2417    |   right: 0px
2418    |   top: 15%
2419    |   width: auto
2420    | <#footer>
2421    |   bottom: 0px
2422    |   height: 100px
2423    |   left: 0px
2424    |   position: fixed
2425    |   right: 0px
2426    |   top: auto
2427    |   width: 100%
2428    
2429    #data
2430    p {
2431      z-index: 10;
2432    }
2433    #cssom
2434    | <p>
2435    |   z-index: 10
2436    
2437    #data
2438    p {
2439      z-index: +10;
2440    }
2441    #cssom
2442    | <p>
2443    |   z-index: 10
2444    
2445    #data
2446    p {
2447      z-index: -10;
2448    }
2449    #cssom
2450    | <p>
2451    |   z-index: -10
2452    
2453    #data
2454    p {
2455      z-index: auto;
2456    }
2457    #cssom
2458    | <p>
2459    |   z-index: auto
2460    
2461    #data
2462    p {
2463      z-index: inherit;
2464    }
2465    #cssom
2466    | <p>
2467    |   z-index: inherit
2468    
2469    #data
2470    p {
2471      z-index: +inherit;
2472    }
2473    #errors
2474    ;2;13;m;syntax error:'z-index'
2475    #cssom
2476    | <p>
2477    
2478    #data
2479    p {
2480      width: 62px;
2481    }
2482    #cssom
2483    | <p>
2484    |   width: 62px
2485    
2486    #data
2487    p {
2488      width: +62px;
2489    }
2490    #cssom
2491    | <p>
2492    |   width: 62px
2493    
2494    #data
2495    p {
2496      width: -62px;
2497    }
2498    #errors
2499    ;2;11;m;syntax error:'width'
2500    #cssom
2501    | <p>
2502    
2503    #data
2504    p {
2505      width: 62%;
2506    }
2507    #cssom
2508    | <p>
2509    |   width: 62%
2510    
2511    #data
2512    p {
2513      width: auto;
2514    }
2515    #cssom
2516    | <p>
2517    |   width: auto
2518    
2519    #data
2520    p {
2521      width: none;
2522    }
2523    #errors
2524    ;2;10;m;syntax error:'width'
2525    #cssom
2526    | <p>
2527    
2528    #data
2529    p {
2530      width: inherit
2531    }
2532    #cssom
2533    | <p>
2534    |   width: inherit
2535    
2536    #data
2537    p {
2538      min-width: 62px;
2539    }
2540    #cssom
2541    | <p>
2542    |   min-width: 62px
2543    
2544    #data
2545    p {
2546      min-width: +62px;
2547    }
2548    #cssom
2549    | <p>
2550    |   min-width: 62px
2551    
2552    #data
2553    p {
2554      min-width: -62px;
2555    }
2556    #errors
2557    ;2;15;m;syntax error:'min-width'
2558    #cssom
2559    | <p>
2560    
2561    #data
2562    p {
2563      min-width: 62%;
2564    }
2565    #cssom
2566    | <p>
2567    |   min-width: 62%
2568    
2569    #data
2570    p {
2571      min-width: auto;
2572    }
2573    #errors
2574    ;2;14;m;syntax error:'min-width'
2575    #cssom
2576    | <p>
2577    
2578    #data
2579    p {
2580      min-width: none;
2581    }
2582    #errors
2583    ;2;14;m;syntax error:'min-width'
2584    #cssom
2585    | <p>
2586    
2587    #data
2588    p {
2589      min-width: inherit
2590    }
2591    #cssom
2592    | <p>
2593    |   min-width: inherit
2594    
2595    #data
2596    p {
2597      max-width: 62px;
2598    }
2599    #cssom
2600    | <p>
2601    |   max-width: 62px
2602    
2603    #data
2604    p {
2605      max-width: +62px;
2606    }
2607    #cssom
2608    | <p>
2609    |   max-width: 62px
2610    
2611    #data
2612    p {
2613      max-width: -62px;
2614    }
2615    #errors
2616    ;2;15;m;syntax error:'max-width'
2617    #cssom
2618    | <p>
2619    
2620    #data
2621    p {
2622      max-width: 62%;
2623    }
2624    #cssom
2625    | <p>
2626    |   max-width: 62%
2627    
2628    #data
2629    p {
2630      max-width: auto;
2631    }
2632    #errors
2633    ;2;14;m;syntax error:'max-width'
2634    #cssom
2635    | <p>
2636    
2637    #data
2638    p {
2639      max-width: none
2640    }
2641    #cssom
2642    | <p>
2643    |   max-width: none
2644    
2645    #data
2646    p {
2647      max-width: inherit
2648    }
2649    #cssom
2650    | <p>
2651    |   max-width: inherit
2652    
2653    #data
2654    p {
2655      height: 62px;
2656    }
2657    #cssom
2658    | <p>
2659    |   height: 62px
2660    
2661    #data
2662    p {
2663      height: +62px;
2664    }
2665    #cssom
2666    | <p>
2667    |   height: 62px
2668    
2669    #data
2670    p {
2671      height: -62px;
2672    }
2673    #errors
2674    ;2;12;m;syntax error:'height'
2675    #cssom
2676    | <p>
2677    
2678    #data
2679    p {
2680      height: 62%;
2681    }
2682    #cssom
2683    | <p>
2684    |   height: 62%
2685    
2686    #data
2687    p {
2688      height: auto;
2689    }
2690    #cssom
2691    | <p>
2692    |   height: auto
2693    
2694    #data
2695    p {
2696      height: none;
2697    }
2698    #errors
2699    ;2;11;m;syntax error:'height'
2700    #cssom
2701    | <p>
2702    
2703    #data
2704    p {
2705      height: inherit
2706    }
2707    #cssom
2708    | <p>
2709    |   height: inherit
2710    
2711    #data
2712    p {
2713      min-height: 62px;
2714    }
2715    #cssom
2716    | <p>
2717    |   min-height: 62px
2718    
2719    #data
2720    p {
2721      min-height: +62px;
2722    }
2723    #cssom
2724    | <p>
2725    |   min-height: 62px
2726    
2727    #data
2728    p {
2729      min-height: -62px;
2730    }
2731    #errors
2732    ;2;16;m;syntax error:'min-height'
2733    #cssom
2734    | <p>
2735    
2736    #data
2737    p {
2738      min-height: 62%;
2739    }
2740    #cssom
2741    | <p>
2742    |   min-height: 62%
2743    
2744    #data
2745    p {
2746      min-height: auto;
2747    }
2748    #errors
2749    ;2;15;m;syntax error:'min-height'
2750    #cssom
2751    | <p>
2752    
2753    #data
2754    p {
2755      min-height: none;
2756    }
2757    #errors
2758    ;2;15;m;syntax error:'min-height'
2759    #cssom
2760    | <p>
2761    
2762    #data
2763    p {
2764      min-height: inherit
2765    }
2766    #cssom
2767    | <p>
2768    |   min-height: inherit
2769    
2770    #data
2771    p {
2772      max-height: 62px;
2773    }
2774    #cssom
2775    | <p>
2776    |   max-height: 62px
2777    
2778    #data
2779    p {
2780      max-height: +62px;
2781    }
2782    #cssom
2783    | <p>
2784    |   max-height: 62px
2785    
2786    #data
2787    p {
2788      max-height: -62px;
2789    }
2790    #errors
2791    ;2;16;m;syntax error:'max-height'
2792    #cssom
2793    | <p>
2794    
2795    #data
2796    p {
2797      max-height: 62%;
2798    }
2799    #cssom
2800    | <p>
2801    |   max-height: 62%
2802    
2803    #data
2804    p {
2805      max-height: auto;
2806    }
2807    #errors
2808    ;2;15;m;syntax error:'max-height'
2809    #cssom
2810    | <p>
2811    
2812    #data
2813    p {
2814      max-height: none
2815    }
2816    #cssom
2817    | <p>
2818    |   max-height: none
2819    
2820    #data
2821    p {
2822      max-height: inherit
2823    }
2824    #cssom
2825    | <p>
2826    |   max-height: inherit
2827    
2828    #data
2829    p {
2830      line-height: normal;
2831    }
2832    #cssom
2833    | <p>
2834    |   line-height: normal
2835    
2836    #data
2837    p {
2838      line-height: 12px;
2839    }
2840    #cssom
2841    | <p>
2842    |   line-height: 12px
2843    
2844    #data
2845    p {
2846      line-height: +12px
2847    }
2848    #cssom
2849    | <p>
2850    |   line-height: 12px
2851    
2852    #data
2853    p {
2854      line-height: -12px
2855    }
2856    #errors
2857    ;2;17;m;syntax error:'line-height'
2858    #cssom
2859    | <p>
2860    
2861    #data
2862    p {
2863      line-height: 12%
2864    }
2865    #cssom
2866    | <p>
2867    |   line-height: 12%
2868    
2869    #data
2870    p {
2871      line-height: +12%
2872    }
2873    #cssom
2874    | <p>
2875    |   line-height: 12%
2876    
2877    #data
2878    p {
2879      line-height: -123%
2880    }
2881    #errors
2882    ;2;17;m;syntax error:'line-height'
2883    #cssom
2884    | <p>
2885    
2886    #data
2887    p {
2888      line-height: 12
2889    }
2890    #cssom
2891    | <p>
2892    |   line-height: 12
2893    
2894    #data
2895    p {
2896      line-height: 12
2897    }
2898    #option q
2899    #cssom
2900    | <p>
2901    |   line-height: 12
2902    
2903    #data
2904    p {
2905      line-height: +12
2906    }
2907    #cssom
2908    | <p>
2909    |   line-height: 12
2910    
2911    #data
2912    p {
2913      line-height: -12
2914    }
2915    #errors
2916    ;2;17;m;syntax error:'line-height'
2917    #cssom
2918    | <p>
2919    
2920    #data
2921    p {
2922      line-height: 0
2923    }
2924    #cssom
2925    | <p>
2926    |   line-height: 0
2927    
2928    #data
2929    p {
2930      line-height: +0
2931    }
2932    #cssom
2933    | <p>
2934    |   line-height: 0
2935    
2936    #data
2937    p {
2938      line-height: -0
2939    }
2940    #cssom
2941    | <p>
2942    |   line-height: 0
2943    
2944    #data
2945    p {
2946      vertical-align: baseline;
2947    }
2948    #cssom
2949    | <p>
2950    |   vertical-align: baseline
2951    
2952    #data
2953    p {
2954      vertical-align: sub;
2955    }
2956    #cssom
2957    | <p>
2958    |   vertical-align: sub
2959    
2960    #data
2961    p {
2962      vertical-align: super;
2963    }
2964    #cssom
2965    | <p>
2966    |   vertical-align: super
2967    
2968    #data
2969    p {
2970      vertical-align: sup;
2971    }
2972    #errors
2973    ;2;19;m;syntax error:'vertical-align'
2974    #cssom
2975    | <p>
2976    
2977    #data
2978    p {
2979      vertical-align: top;
2980    }
2981    #cssom
2982    | <p>
2983    |   vertical-align: top
2984    
2985    #data
2986    p {
2987      vertical-align: text-top;
2988    }
2989    #cssom
2990    | <p>
2991    |   vertical-align: text-top
2992    
2993    #data
2994    p {
2995      vertical-align: middle;
2996    }
2997    #cssom
2998    | <p>
2999    |   vertical-align: middle
3000    
3001    #data
3002    p {
3003      vertical-align: normal;
3004    }
3005    #errors
3006    ;2;19;m;syntax error:'vertical-align'
3007    #cssom
3008    | <p>
3009    
3010    #data
3011    p {
3012      vertical-align: bottom;
3013    }
3014    #cssom
3015    | <p>
3016    |   vertical-align: bottom
3017    
3018    #data
3019    p {
3020      vertical-align: text-bottom;
3021    }
3022    #cssom
3023    | <p>
3024    |   vertical-align: text-bottom
3025    
3026    #data
3027    p {
3028      vertical-align: 12%;
3029    }
3030    #cssom
3031    | <p>
3032    |   vertical-align: 12%
3033    
3034    #data
3035    p {
3036      vertical-align: +12%;
3037    }
3038    #cssom
3039    | <p>
3040    |   vertical-align: 12%
3041    
3042    #data
3043    p {
3044      vertical-align: -12%;
3045    }
3046    #cssom
3047    | <p>
3048    |   vertical-align: -12%
3049    
3050    #data
3051    p {
3052      vertical-align: 10em;
3053    }
3054    #cssom
3055    | <p>
3056    |   vertical-align: 10em
3057    
3058    #data
3059    p {
3060      vertical-align: +0000010em;
3061    }
3062    #cssom
3063    | <p>
3064    |   vertical-align: 10em
3065    
3066    #data
3067    p {
3068      vertical-align: -00012.00000px;
3069    }
3070    #cssom
3071    | <p>
3072    |   vertical-align: -12px
3073    
3074    #data
3075    p {
3076      vertical-align: inherit;
3077    }
3078    #cssom
3079    | <p>
3080    |   vertical-align: inherit
3081    
3082    #data
3083    p {
3084      overflow: scroll;
3085    }
3086    #cssom
3087    | <p>
3088    |   overflow: scroll
3089    |   overflow-x: scroll
3090    |   overflow-y: scroll
3091    #csstext
3092    p {
3093      overflow: scroll;
3094    }
3095    
3096    #data
3097    p {
3098      overflow: auto;
3099    }
3100    #cssom
3101    | <p>
3102    |   overflow: auto
3103    |   overflow-x: auto
3104    |   overflow-y: auto
3105    #csstext
3106    p {
3107      overflow: auto;
3108    }
3109    
3110    #data
3111    p {
3112      overflow: hidden;
3113    }
3114    #cssom
3115    | <p>
3116    |   overflow: hidden
3117    |   overflow-x: hidden
3118    |   overflow-y: hidden
3119    #csstext
3120    p {
3121      overflow: hidden;
3122    }
3123    
3124    #data
3125    p {
3126      overflow: visible;
3127    }
3128    #cssom
3129    | <p>
3130    |   overflow: visible
3131    |   overflow-x: visible
3132    |   overflow-y: visible
3133    #csstext
3134    p {
3135      overflow: visible;
3136    }
3137    
3138    #data
3139    p {
3140      overflow: -moz-hidden-unscrollable;
3141    }
3142    #cssom
3143    | <p>
3144    |   overflow: -moz-hidden-unscrollable
3145    |   overflow-x: -moz-hidden-unscrollable
3146    |   overflow-y: -moz-hidden-unscrollable
3147    #csstext
3148    p {
3149      overflow: -moz-hidden-unscrollable;
3150    }
3151    
3152    #data
3153    p {
3154      overflow: -webkit-marquee;
3155    }
3156    #cssom
3157    | <p>
3158    |   overflow: -webkit-marquee
3159    |   overflow-x: -webkit-marquee
3160    |   overflow-y: -webkit-marquee
3161    #csstext
3162    p {
3163      overflow: -webkit-marquee;
3164    }
3165    
3166    #data
3167    p {
3168      overflow: inherit;
3169    }
3170    #cssom
3171    | <p>
3172    |   overflow: inherit
3173    |   overflow-x: inherit
3174    |   overflow-y: inherit
3175    #csstext
3176    p {
3177      overflow: inherit;
3178    }
3179    
3180    #data
3181    p {
3182      overflow-x: scroll;
3183      overflow-y: auto;
3184    }
3185    #cssom
3186    | <p>
3187    |   overflow-x: scroll
3188    |   overflow-y: auto
3189    #csstext
3190    p {
3191      overflow-x: scroll;
3192      overflow-y: auto;
3193    }
3194    
3195    #data
3196    p {
3197      overflow-x: auto ! important;
3198      overflow-y: auto;
3199    }
3200    #cssom
3201    | <p>
3202    |   overflow-x: auto !important
3203    |   overflow-y: auto
3204    #csstext
3205    p {
3206      overflow-x: auto ! important;
3207      overflow-y: auto;
3208    }
3209    
3210    #data
3211    p {
3212      overflow-y: auto ! important;
3213      overflow-x: auto;
3214    }
3215    #cssom
3216    | <p>
3217    |   overflow-x: auto
3218    |   overflow-y: auto !important
3219    #csstext
3220    p {
3221      overflow-x: auto;
3222      overflow-y: auto ! important;
3223    }
3224    
3225    #data
3226    p {
3227      overflow-x: inherit;
3228      overflow-y: auto;
3229    }
3230    #cssom
3231    | <p>
3232    |   overflow-x: inherit
3233    |   overflow-y: auto
3234    #csstext
3235    p {
3236      overflow-x: inherit;
3237      overflow-y: auto;
3238    }
3239    
3240    #data
3241    p {
3242      overflow-x: auto;
3243      overflow-y: inherit;
3244    }
3245    #cssom
3246    | <p>
3247    |   overflow-x: auto
3248    |   overflow-y: inherit
3249    #csstext
3250    p {
3251      overflow-x: auto;
3252      overflow-y: inherit;
3253    }
3254    
3255    #data
3256    p {
3257      overflow-x: -moz-hidden-unscrollable;
3258    }
3259    #cssom
3260    | <p>
3261    |   overflow-x: -moz-hidden-unscrollable
3262    #csstext
3263    p {
3264      overflow-x: -moz-hidden-unscrollable;
3265    }
3266    
3267    #data
3268    p {
3269      overflow-y: -webkit-marquee;
3270    }
3271    #cssom
3272    | <p>
3273    |   overflow-y: -webkit-marquee
3274    #csstext
3275    p {
3276      overflow-y: -webkit-marquee;
3277    }
3278    
3279    #data
3280    p {
3281      clip: inherit;
3282    }
3283    #cssom
3284    | <p>
3285    |   clip: inherit
3286    #csstext
3287    p {
3288      clip: inherit;
3289    }
3290    #computed 1 p
3291    #computedtext 1 p
3292    
3293    #data
3294    p {
3295      clip: auto;
3296    }
3297    #cssom
3298    | <p>
3299    |   clip: auto
3300    #csstext
3301    p {
3302      clip: auto;
3303    }
3304    
3305    #data
3306    p {
3307      clip: rect();
3308    }
3309    #errors
3310    ;2;14;m;syntax error:'clip'
3311    #cssom
3312    | <p>
3313    
3314    #data
3315    p {
3316      clip: rect(1px);
3317    }
3318    #errors
3319    ;2;17;m;syntax error:'clip'
3320    #cssom
3321    | <p>
3322    
3323    #data
3324    p {
3325      clip: rect(1px,2px);
3326    }
3327    #errors
3328    ;2;21;m;syntax error:'clip'
3329    #cssom
3330    | <p>
3331    
3332    #data
3333    p {
3334      clip: rect(1px, 2px,3px);
3335    }
3336    #errors
3337    ;2;26;m;syntax error:'clip'
3338    #cssom
3339    | <p>
3340    
3341    #data
3342    p {
3343      clip: rect(1px, 2px, 3px, 4px
3344    }
3345    #errors
3346    ;3;1;m;syntax error:'clip'
3347    #cssom
3348    | <p>
3349    
3350    #data
3351    p {
3352      clip: rect(0, 0, 0, 0)
3353    }
3354    #cssom
3355    | <p>
3356    |   clip: rect(0px, 0px, 0px, 0px)
3357    
3358    #data
3359    p {
3360      clip: rect(1 1 1 1);
3361    }
3362    #errors
3363    ;2;14;m;syntax error:'clip'
3364    #cssom
3365    | <p>
3366    
3367    #data
3368    p {
3369      clip: rect(1 1 1 1)
3370    }
3371    #option q
3372    #cssom
3373    | <p>
3374    |   clip: rect(1px, 1px, 1px, 1px)
3375    
3376    #data
3377    p {
3378      clip: rect(0 0 0 12)
3379    }
3380    #errors
3381    ;2;20;m;syntax error:'clip'
3382    #cssom
3383    | <p>
3384    
3385    #data
3386    p {
3387      clip: rect(0 0 0 12)
3388    }
3389    #option q
3390    #cssom
3391    | <p>
3392    |   clip: rect(0px, 0px, 0px, 12px)
3393    
3394    #data
3395    p {
3396      clip: rect(1px 3px 2px 4px)
3397    }
3398    #cssom
3399    | <p>
3400    |   clip: rect(1px, 3px, 2px, 4px)
3401    
3402    #data
3403    p {
3404      clip: rect(1px 3px 3px, 12px)
3405    }
3406    #cssom
3407    | <p>
3408    |   clip: rect(1px, 3px, 3px, 12px)
3409    
3410    #data
3411    p {
3412      clip: rect(1px, 2px ,3px, 4px);
3413    }
3414    #cssom
3415    | <p>
3416    |   clip: rect(1px, 2px, 3px, 4px)
3417    #csstext
3418    p {
3419      clip: rect(1px, 2px, 3px, 4px);
3420    }
3421    #computed 1 p
3422    -| clip: auto
3423    +| clip: rect(1px, 2px, 3px, 4px)
3424    
3425    #data
3426    p {
3427      clip: rect(+1px, +2px, +3px, +34px)
3428    }
3429    #cssom
3430    | <p>
3431    |   clip: rect(1px, 2px, 3px, 34px)
3432    
3433    #data
3434    p {
3435      clip: rect(-1px, -0023.012px, -.4400em, -0.004400in);
3436    }
3437    #cssom
3438    | <p>
3439    |   clip: rect(-1px, -23.012px, -0.44em, -0.0044in)
3440    
3441    #data
3442    p {
3443      clip: rect(1px, 2% 4em 6cm);
3444    }
3445    #errors
3446    ;2;19;m;syntax error:'clip'
3447    #cssom
3448    | <p>
3449    
3450    #data
3451    p {
3452      clip: rect(1px auto 3px, auto);
3453    }
3454    #cssom
3455    | <p>
3456    |   clip: rect(1px, auto, 3px, auto)
3457    
3458    #data
3459    p {
3460      clip: rect(auto, auto, auto, auto)
3461    }
3462    #cssom
3463    | <p>
3464    |   clip: rect(auto, auto, auto, auto)
3465    #csstext
3466    p {
3467      clip: rect(auto, auto, auto, auto);
3468    }
3469    #computed 1 p
3470    -| clip: auto
3471    +| clip: rect(auto, auto, auto, auto)
3472    
3473    #data
3474    p {
3475      clip: rect(inherit, 1px, auto, 2px);
3476    }
3477    #errors
3478    ;2;14;m;syntax error:'clip'
3479    
3480    #data
3481    p {
3482      clip: rect(1px, 2px, 3px, 4px  );
3483    }
3484    #cssom
3485    | <p>
3486    |   clip: rect(1px, 2px, 3px, 4px)
3487    
3488    #data
3489    p {
3490      clip: rect(1px, 2px, 3px, 4px 5px);
3491    }
3492    #errors
3493    ;2;33;m;syntax error:'clip'
3494    #cssom
3495    | <p>
3496    
3497    #data
3498    p {
3499      clip: rect(1px, 2px, 3px, 4px,);
3500    }
3501    #errors
3502    ;2;32;m;syntax error:'clip'
3503    #cssom
3504    | <p>
3505    
3506    #data
3507    p {
3508      clip: rect(1px, 2px, 3px, 4px, 5px);
3509    }
3510    #errors
3511    ;2;32;m;syntax error:'clip'
3512    #cssom
3513    | <p>
3514    
3515    #data
3516    p {
3517    background-position: inherit;    background-position: inherit;
3518  }  }
3519  #cssom  #cssom
# Line 1897  p { Line 3659  p {
3659    
3660  #data  #data
3661  p {  p {
3662      background-position: +12px +34px;
3663    }
3664    #cssom
3665    | <p>
3666    |   background-position: 12px 34px
3667    |   background-position-x: 12px
3668    |   background-position-y: 34px
3669    
3670    #data
3671    p {
3672      background-position: -12px -34px;
3673    }
3674    #cssom
3675    | <p>
3676    |   background-position: -12px -34px
3677    |   background-position-x: -12px
3678    |   background-position-y: -34px
3679    
3680    #data
3681    p {
3682      background-position: left +34px;
3683    }
3684    #cssom
3685    | <p>
3686    |   background-position: left 34px
3687    |   background-position-x: left
3688    |   background-position-y: 34px
3689    
3690    #data
3691    p {
3692      background-position: +12px bottom
3693    }
3694    #cssom
3695    | <p>
3696    |   background-position: 12px bottom
3697    |   background-position-x: 12px
3698    |   background-position-y: bottom
3699    
3700    #data
3701    p {
3702      background-position: +12px
3703    }
3704    #cssom
3705    | <p>
3706    |   background-position: 12px 50%
3707    |   background-position-x: 12px
3708    |   background-position-y: 50%
3709    
3710    #data
3711    p {
3712      background-position: +12px left;
3713    }
3714    #errors
3715    ;2;30;m;no property semicolon
3716    #cssom
3717    | <p>
3718    
3719    #data
3720    p {
3721      background-position: 12px +top;
3722    }
3723    #errors
3724    ;2;30;m;syntax error:'background-position'
3725    #cssom
3726    | <p>
3727    
3728    #data
3729    p {
3730      background-position: top left;
3731    }
3732    #cssom
3733    | <p>
3734    |   background-position: left top
3735    |   background-position-x: left
3736    |   background-position-y: top
3737    
3738    #data
3739    p {
3740      background-position: top right;
3741    }
3742    #cssom
3743    | <p>
3744    |   background-position: right top
3745    |   background-position-x: right
3746    |   background-position-y: top
3747    
3748    #data
3749    p {
3750      background-position: bottom left;
3751    }
3752    #cssom
3753    | <p>
3754    |   background-position: left bottom
3755    |   background-position-x: left
3756    |   background-position-y: bottom
3757    
3758    #data
3759    p {
3760      background-position: bottom right;
3761    }
3762    #cssom
3763    | <p>
3764    |   background-position: right bottom
3765    |   background-position-x: right
3766    |   background-position-y: bottom
3767    
3768    #data
3769    p {
3770      background-position: center left;
3771    }
3772    #cssom
3773    | <p>
3774    |   background-position: left center
3775    |   background-position-x: left
3776    |   background-position-y: center
3777    
3778    #data
3779    p {
3780      background-position: center right;
3781    }
3782    #cssom
3783    | <p>
3784    |   background-position: right center
3785    |   background-position-x: right
3786    |   background-position-y: center
3787    
3788    #data
3789    p {
3790    background:;    background:;
3791  }  }
3792  #errors  #errors
# Line 2268  p { Line 4158  p {
4158    
4159  #data  #data
4160  p {  p {
4161      background: center right;
4162    }
4163    #cssom
4164    | <p>
4165    |   background: right center
4166    |   background-attachment: scroll
4167    |   background-color: transparent
4168    |   background-image: none
4169    |   background-position: right center
4170    |   background-position-x: right
4171    |   background-position-y: center
4172    |   background-repeat: repeat
4173    
4174    #data
4175    p {
4176      background: center left;
4177    }
4178    #cssom
4179    | <p>
4180    |   background: left center
4181    |   background-attachment: scroll
4182    |   background-color: transparent
4183    |   background-image: none
4184    |   background-position: left center
4185    |   background-position-x: left
4186    |   background-position-y: center
4187    |   background-repeat: repeat
4188    
4189    #data
4190    p {
4191      background: center center;
4192    }
4193    #cssom
4194    | <p>
4195    |   background: center center
4196    |   background-attachment: scroll
4197    |   background-color: transparent
4198    |   background-image: none
4199    |   background-position: center center
4200    |   background-position-x: center
4201    |   background-position-y: center
4202    |   background-repeat: repeat
4203    
4204    #data
4205    p {
4206    background: top -12px;    background: top -12px;
4207  }  }
4208  #errors  #errors
# Line 2814  p { Line 4749  p {
4749    background-position: 0% 0%;    background-position: 0% 0%;
4750    background-repeat: inherit;    background-repeat: inherit;
4751  }  }
4752    
4753    #data
4754    p {
4755      opacity: 0.4;
4756    }
4757    #cssom
4758    | <p>
4759    |   -moz-opacity: 0.4
4760    |   opacity: 0.4
4761    #csstext
4762    p {
4763      opacity: 0.4;
4764    }
4765    
4766    #data
4767    p {
4768      opacity: +0.4;
4769    }
4770    #cssom
4771    | <p>
4772    |   -moz-opacity: 0.4
4773    |   opacity: 0.4
4774    #csstext
4775    p {
4776      opacity: 0.4;
4777    }
4778    
4779    #data
4780    p {
4781      opacity: 0.40000;
4782    }
4783    #cssom
4784    | <p>
4785    |   -moz-opacity: 0.4
4786    |   opacity: 0.4
4787    #csstext
4788    p {
4789      opacity: 0.4;
4790    }
4791    
4792    #data
4793    p {
4794      opacity: 0000000.4;
4795    }
4796    #cssom
4797    | <p>
4798    |   -moz-opacity: 0.4
4799    |   opacity: 0.4
4800    #csstext
4801    p {
4802      opacity: 0.4;
4803    }
4804    
4805    #data
4806    p {
4807      opacity: 0.0000;
4808    }
4809    #cssom
4810    | <p>
4811    |   -moz-opacity: 0
4812    |   opacity: 0
4813    #csstext
4814    p {
4815      opacity: 0;
4816    }
4817    
4818    #data
4819    p {
4820      opacity: 00000;
4821    }
4822    #cssom
4823    | <p>
4824    |   -moz-opacity: 0
4825    |   opacity: 0
4826    #csstext
4827    p {
4828      opacity: 0;
4829    }
4830    
4831    #data
4832    p {
4833      opacity: +0;
4834    }
4835    #cssom
4836    | <p>
4837    |   -moz-opacity: 0
4838    |   opacity: 0
4839    #csstext
4840    p {
4841      opacity: 0;
4842    }
4843    
4844    #data
4845    p {
4846      opacity: -0;
4847    }
4848    #cssom
4849    | <p>
4850    |   -moz-opacity: 0
4851    |   opacity: 0
4852    #csstext
4853    p {
4854      opacity: 0;
4855    }
4856    
4857    #data
4858    p {
4859      opacity: inherit;
4860    }
4861    #cssom
4862    | <p>
4863    |   -moz-opacity: inherit
4864    |   opacity: inherit
4865    #csstext
4866    p {
4867      opacity: inherit;
4868    }
4869    
4870    #data
4871    p {
4872      opacity: +inherit;
4873    }
4874    #errors
4875    ;2;13;m;syntax error:'opacity'
4876    #cssom
4877    | <p>
4878    
4879    #data
4880    p {
4881      -moz-opacity: 0;
4882    }
4883    #cssom
4884    | <p>
4885    |   -moz-opacity: 0
4886    |   opacity: 0
4887    #csstext
4888    p {
4889      opacity: 0;
4890    }
4891    
4892    #data
4893    p {
4894      -moz-opacity: 0.4;
4895    }
4896    #cssom
4897    | <p>
4898    |   -moz-opacity: 0.4
4899    |   opacity: 0.4
4900    #csstext
4901    p {
4902      opacity: 0.4;
4903    }
4904    
4905    #data
4906    p {
4907      -moz-opacity: inherit;
4908    }
4909    #cssom
4910    | <p>
4911    |   -moz-opacity: inherit
4912    |   opacity: inherit
4913    #csstext
4914    p {
4915      opacity: inherit;
4916    }
4917    
4918    #data
4919    p {
4920      -moz-opacity: +inherit;
4921    }
4922    #errors
4923    ;2;18;m;syntax error:'-moz-opacity'
4924    #cssom
4925    | <p>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.14

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24