/[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.11 by wakaba, Sun Jan 27 08:58:05 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      top: 12px;
2171    }
2172    #cssom
2173    | <p>
2174    |   top: 12px
2175    
2176    #data
2177    p {
2178      top: +12px;
2179    }
2180    #cssom
2181    | <p>
2182    |   top: 12px
2183    
2184    #data
2185    p {
2186      top: -12px;
2187    }
2188    #cssom
2189    | <p>
2190    |   top: -12px
2191    
2192    #data
2193    p {
2194      top: auto;
2195    }
2196    #cssom
2197    | <p>
2198    |   top: auto
2199    
2200    #data
2201    p {
2202      top: inherit;
2203    }
2204    #cssom
2205    | <p>
2206    |   top: inherit
2207    
2208    #data
2209    p {
2210      bottom: 12px;
2211    }
2212    #cssom
2213    | <p>
2214    |   bottom: 12px
2215    
2216    #data
2217    p {
2218      bottom: +12px;
2219    }
2220    #cssom
2221    | <p>
2222    |   bottom: 12px
2223    
2224    #data
2225    p {
2226      bottom: -12px;
2227    }
2228    #cssom
2229    | <p>
2230    |   bottom: -12px
2231    
2232    #data
2233    p {
2234      bottom: auto;
2235    }
2236    #cssom
2237    | <p>
2238    |   bottom: auto
2239    
2240    #data
2241    p {
2242      bottom: inherit;
2243    }
2244    #cssom
2245    | <p>
2246    |   bottom: inherit
2247    
2248    #data
2249    p {
2250      left: 12px;
2251    }
2252    #cssom
2253    | <p>
2254    |   left: 12px
2255    
2256    #data
2257    p {
2258      left: +12px;
2259    }
2260    #cssom
2261    | <p>
2262    |   left: 12px
2263    
2264    #data
2265    p {
2266      left: -12px;
2267    }
2268    #cssom
2269    | <p>
2270    |   left: -12px
2271    
2272    #data
2273    p {
2274      left: auto;
2275    }
2276    #cssom
2277    | <p>
2278    |   left: auto
2279    
2280    #data
2281    p {
2282      left: inherit;
2283    }
2284    #cssom
2285    | <p>
2286    |   left: inherit
2287    
2288    #data
2289    p {
2290      right: 12px;
2291    }
2292    #cssom
2293    | <p>
2294    |   right: 12px
2295    
2296    #data
2297    p {
2298      right: +12px;
2299    }
2300    #cssom
2301    | <p>
2302    |   right: 12px
2303    
2304    #data
2305    p {
2306      right: -12px;
2307    }
2308    #cssom
2309    | <p>
2310    |   right: -12px
2311    
2312    #data
2313    p {
2314      right: auto;
2315    }
2316    #cssom
2317    | <p>
2318    |   right: auto
2319    
2320    #data
2321    p {
2322      right: inherit;
2323    }
2324    #cssom
2325    | <p>
2326    |   right: inherit
2327    
2328    #data
2329    /* From CSS 2.1 */
2330          BODY { height: 8.5in } /* Required for percentage heights below */
2331          #header {
2332            position: fixed;
2333            width: 100%;
2334            height: 15%;
2335            top: 0;
2336            right: 0;
2337            bottom: auto;
2338            left: 0;
2339          }
2340          #sidebar {
2341            position: fixed;
2342            width: 10em;
2343            height: auto;
2344            top: 15%;
2345            right: auto;
2346            bottom: 100px;
2347            left: 0;
2348          }
2349          #main {
2350            position: fixed;
2351            width: auto;
2352            height: auto;
2353            top: 15%;
2354            right: 0;
2355            bottom: 100px;
2356            left: 10em;
2357          }
2358          #footer {
2359            position: fixed;
2360            width: 100%;
2361            height: 100px;
2362            top: auto;
2363            right: 0;
2364            bottom: 0;
2365            left: 0;
2366          }
2367    #cssom
2368    | <BODY>
2369    |   height: 8.5in
2370    | <#header>
2371    |   bottom: auto
2372    |   height: 15%
2373    |   left: 0px
2374    |   position: fixed
2375    |   right: 0px
2376    |   top: 0px
2377    |   width: 100%
2378    | <#sidebar>
2379    |   bottom: 100px
2380    |   height: auto
2381    |   left: 0px
2382    |   position: fixed
2383    |   right: auto
2384    |   top: 15%
2385    |   width: 10em
2386    | <#main>
2387    |   bottom: 100px
2388    |   height: auto
2389    |   left: 10em
2390    |   position: fixed
2391    |   right: 0px
2392    |   top: 15%
2393    |   width: auto
2394    | <#footer>
2395    |   bottom: 0px
2396    |   height: 100px
2397    |   left: 0px
2398    |   position: fixed
2399    |   right: 0px
2400    |   top: auto
2401    |   width: 100%
2402    
2403    #data
2404    p {
2405      z-index: 10;
2406    }
2407    #cssom
2408    | <p>
2409    |   z-index: 10
2410    
2411    #data
2412    p {
2413      z-index: +10;
2414    }
2415    #cssom
2416    | <p>
2417    |   z-index: 10
2418    
2419    #data
2420    p {
2421      z-index: -10;
2422    }
2423    #cssom
2424    | <p>
2425    |   z-index: -10
2426    
2427    #data
2428    p {
2429      z-index: auto;
2430    }
2431    #cssom
2432    | <p>
2433    |   z-index: auto
2434    
2435    #data
2436    p {
2437      z-index: inherit;
2438    }
2439    #cssom
2440    | <p>
2441    |   z-index: inherit
2442    
2443    #data
2444    p {
2445      z-index: +inherit;
2446    }
2447    #errors
2448    ;2;13;m;syntax error:'z-index'
2449    #cssom
2450    | <p>
2451    
2452    #data
2453    p {
2454      width: 62px;
2455    }
2456    #cssom
2457    | <p>
2458    |   width: 62px
2459    
2460    #data
2461    p {
2462      width: +62px;
2463    }
2464    #cssom
2465    | <p>
2466    |   width: 62px
2467    
2468    #data
2469    p {
2470      width: -62px;
2471    }
2472    #errors
2473    ;2;11;m;syntax error:'width'
2474    #cssom
2475    | <p>
2476    
2477    #data
2478    p {
2479      width: 62%;
2480    }
2481    #cssom
2482    | <p>
2483    |   width: 62%
2484    
2485    #data
2486    p {
2487      width: auto;
2488    }
2489    #cssom
2490    | <p>
2491    |   width: auto
2492    
2493    #data
2494    p {
2495      width: none;
2496    }
2497    #errors
2498    ;2;10;m;syntax error:'width'
2499    #cssom
2500    | <p>
2501    
2502    #data
2503    p {
2504      width: inherit
2505    }
2506    #cssom
2507    | <p>
2508    |   width: inherit
2509    
2510    #data
2511    p {
2512      min-width: 62px;
2513    }
2514    #cssom
2515    | <p>
2516    |   min-width: 62px
2517    
2518    #data
2519    p {
2520      min-width: +62px;
2521    }
2522    #cssom
2523    | <p>
2524    |   min-width: 62px
2525    
2526    #data
2527    p {
2528      min-width: -62px;
2529    }
2530    #errors
2531    ;2;15;m;syntax error:'min-width'
2532    #cssom
2533    | <p>
2534    
2535    #data
2536    p {
2537      min-width: 62%;
2538    }
2539    #cssom
2540    | <p>
2541    |   min-width: 62%
2542    
2543    #data
2544    p {
2545      min-width: auto;
2546    }
2547    #errors
2548    ;2;14;m;syntax error:'min-width'
2549    #cssom
2550    | <p>
2551    
2552    #data
2553    p {
2554      min-width: none;
2555    }
2556    #errors
2557    ;2;14;m;syntax error:'min-width'
2558    #cssom
2559    | <p>
2560    
2561    #data
2562    p {
2563      min-width: inherit
2564    }
2565    #cssom
2566    | <p>
2567    |   min-width: inherit
2568    
2569    #data
2570    p {
2571      max-width: 62px;
2572    }
2573    #cssom
2574    | <p>
2575    |   max-width: 62px
2576    
2577    #data
2578    p {
2579      max-width: +62px;
2580    }
2581    #cssom
2582    | <p>
2583    |   max-width: 62px
2584    
2585    #data
2586    p {
2587      max-width: -62px;
2588    }
2589    #errors
2590    ;2;15;m;syntax error:'max-width'
2591    #cssom
2592    | <p>
2593    
2594    #data
2595    p {
2596      max-width: 62%;
2597    }
2598    #cssom
2599    | <p>
2600    |   max-width: 62%
2601    
2602    #data
2603    p {
2604      max-width: auto;
2605    }
2606    #errors
2607    ;2;14;m;syntax error:'max-width'
2608    #cssom
2609    | <p>
2610    
2611    #data
2612    p {
2613      max-width: none
2614    }
2615    #cssom
2616    | <p>
2617    |   max-width: none
2618    
2619    #data
2620    p {
2621      max-width: inherit
2622    }
2623    #cssom
2624    | <p>
2625    |   max-width: inherit
2626    
2627    #data
2628    p {
2629      height: 62px;
2630    }
2631    #cssom
2632    | <p>
2633    |   height: 62px
2634    
2635    #data
2636    p {
2637      height: +62px;
2638    }
2639    #cssom
2640    | <p>
2641    |   height: 62px
2642    
2643    #data
2644    p {
2645      height: -62px;
2646    }
2647    #errors
2648    ;2;12;m;syntax error:'height'
2649    #cssom
2650    | <p>
2651    
2652    #data
2653    p {
2654      height: 62%;
2655    }
2656    #cssom
2657    | <p>
2658    |   height: 62%
2659    
2660    #data
2661    p {
2662      height: auto;
2663    }
2664    #cssom
2665    | <p>
2666    |   height: auto
2667    
2668    #data
2669    p {
2670      height: none;
2671    }
2672    #errors
2673    ;2;11;m;syntax error:'height'
2674    #cssom
2675    | <p>
2676    
2677    #data
2678    p {
2679      height: inherit
2680    }
2681    #cssom
2682    | <p>
2683    |   height: inherit
2684    
2685    #data
2686    p {
2687      min-height: 62px;
2688    }
2689    #cssom
2690    | <p>
2691    |   min-height: 62px
2692    
2693    #data
2694    p {
2695      min-height: +62px;
2696    }
2697    #cssom
2698    | <p>
2699    |   min-height: 62px
2700    
2701    #data
2702    p {
2703      min-height: -62px;
2704    }
2705    #errors
2706    ;2;16;m;syntax error:'min-height'
2707    #cssom
2708    | <p>
2709    
2710    #data
2711    p {
2712      min-height: 62%;
2713    }
2714    #cssom
2715    | <p>
2716    |   min-height: 62%
2717    
2718    #data
2719    p {
2720      min-height: auto;
2721    }
2722    #errors
2723    ;2;15;m;syntax error:'min-height'
2724    #cssom
2725    | <p>
2726    
2727    #data
2728    p {
2729      min-height: none;
2730    }
2731    #errors
2732    ;2;15;m;syntax error:'min-height'
2733    #cssom
2734    | <p>
2735    
2736    #data
2737    p {
2738      min-height: inherit
2739    }
2740    #cssom
2741    | <p>
2742    |   min-height: inherit
2743    
2744    #data
2745    p {
2746      max-height: 62px;
2747    }
2748    #cssom
2749    | <p>
2750    |   max-height: 62px
2751    
2752    #data
2753    p {
2754      max-height: +62px;
2755    }
2756    #cssom
2757    | <p>
2758    |   max-height: 62px
2759    
2760    #data
2761    p {
2762      max-height: -62px;
2763    }
2764    #errors
2765    ;2;16;m;syntax error:'max-height'
2766    #cssom
2767    | <p>
2768    
2769    #data
2770    p {
2771      max-height: 62%;
2772    }
2773    #cssom
2774    | <p>
2775    |   max-height: 62%
2776    
2777    #data
2778    p {
2779      max-height: auto;
2780    }
2781    #errors
2782    ;2;15;m;syntax error:'max-height'
2783    #cssom
2784    | <p>
2785    
2786    #data
2787    p {
2788      max-height: none
2789    }
2790    #cssom
2791    | <p>
2792    |   max-height: none
2793    
2794    #data
2795    p {
2796      max-height: inherit
2797    }
2798    #cssom
2799    | <p>
2800    |   max-height: inherit
2801    
2802    #data
2803    p {
2804      line-height: normal;
2805    }
2806    #cssom
2807    | <p>
2808    |   line-height: normal
2809    
2810    #data
2811    p {
2812      line-height: 12px;
2813    }
2814    #cssom
2815    | <p>
2816    |   line-height: 12px
2817    
2818    #data
2819    p {
2820      line-height: +12px
2821    }
2822    #cssom
2823    | <p>
2824    |   line-height: 12px
2825    
2826    #data
2827    p {
2828      line-height: -12px
2829    }
2830    #errors
2831    ;2;17;m;syntax error:'line-height'
2832    #cssom
2833    | <p>
2834    
2835    #data
2836    p {
2837      line-height: 12%
2838    }
2839    #cssom
2840    | <p>
2841    |   line-height: 12%
2842    
2843    #data
2844    p {
2845      line-height: +12%
2846    }
2847    #cssom
2848    | <p>
2849    |   line-height: 12%
2850    
2851    #data
2852    p {
2853      line-height: -123%
2854    }
2855    #errors
2856    ;2;17;m;syntax error:'line-height'
2857    #cssom
2858    | <p>
2859    
2860    #data
2861    p {
2862      line-height: 12
2863    }
2864    #cssom
2865    | <p>
2866    |   line-height: 12
2867    
2868    #data
2869    p {
2870      line-height: 12
2871    }
2872    #option q
2873    #cssom
2874    | <p>
2875    |   line-height: 12
2876    
2877    #data
2878    p {
2879      line-height: +12
2880    }
2881    #cssom
2882    | <p>
2883    |   line-height: 12
2884    
2885    #data
2886    p {
2887      line-height: -12
2888    }
2889    #errors
2890    ;2;17;m;syntax error:'line-height'
2891    #cssom
2892    | <p>
2893    
2894    #data
2895    p {
2896      line-height: 0
2897    }
2898    #cssom
2899    | <p>
2900    |   line-height: 0
2901    
2902    #data
2903    p {
2904      line-height: +0
2905    }
2906    #cssom
2907    | <p>
2908    |   line-height: 0
2909    
2910    #data
2911    p {
2912      line-height: -0
2913    }
2914    #cssom
2915    | <p>
2916    |   line-height: 0
2917    
2918    #data
2919    p {
2920      vertical-align: baseline;
2921    }
2922    #cssom
2923    | <p>
2924    |   vertical-align: baseline
2925    
2926    #data
2927    p {
2928      vertical-align: sub;
2929    }
2930    #cssom
2931    | <p>
2932    |   vertical-align: sub
2933    
2934    #data
2935    p {
2936      vertical-align: super;
2937    }
2938    #cssom
2939    | <p>
2940    |   vertical-align: super
2941    
2942    #data
2943    p {
2944      vertical-align: sup;
2945    }
2946    #errors
2947    ;2;19;m;syntax error:'vertical-align'
2948    #cssom
2949    | <p>
2950    
2951    #data
2952    p {
2953      vertical-align: top;
2954    }
2955    #cssom
2956    | <p>
2957    |   vertical-align: top
2958    
2959    #data
2960    p {
2961      vertical-align: text-top;
2962    }
2963    #cssom
2964    | <p>
2965    |   vertical-align: text-top
2966    
2967    #data
2968    p {
2969      vertical-align: middle;
2970    }
2971    #cssom
2972    | <p>
2973    |   vertical-align: middle
2974    
2975    #data
2976    p {
2977      vertical-align: normal;
2978    }
2979    #errors
2980    ;2;19;m;syntax error:'vertical-align'
2981    #cssom
2982    | <p>
2983    
2984    #data
2985    p {
2986      vertical-align: bottom;
2987    }
2988    #cssom
2989    | <p>
2990    |   vertical-align: bottom
2991    
2992    #data
2993    p {
2994      vertical-align: text-bottom;
2995    }
2996    #cssom
2997    | <p>
2998    |   vertical-align: text-bottom
2999    
3000    #data
3001    p {
3002      vertical-align: 12%;
3003    }
3004    #cssom
3005    | <p>
3006    |   vertical-align: 12%
3007    
3008    #data
3009    p {
3010      vertical-align: +12%;
3011    }
3012    #cssom
3013    | <p>
3014    |   vertical-align: 12%
3015    
3016    #data
3017    p {
3018      vertical-align: -12%;
3019    }
3020    #cssom
3021    | <p>
3022    |   vertical-align: -12%
3023    
3024    #data
3025    p {
3026      vertical-align: 10em;
3027    }
3028    #cssom
3029    | <p>
3030    |   vertical-align: 10em
3031    
3032    #data
3033    p {
3034      vertical-align: +0000010em;
3035    }
3036    #cssom
3037    | <p>
3038    |   vertical-align: 10em
3039    
3040    #data
3041    p {
3042      vertical-align: -00012.00000px;
3043    }
3044    #cssom
3045    | <p>
3046    |   vertical-align: -12px
3047    
3048    #data
3049    p {
3050      vertical-align: inherit;
3051    }
3052    #cssom
3053    | <p>
3054    |   vertical-align: inherit
3055    
3056    #data
3057    p {
3058      overflow: scroll;
3059    }
3060    #cssom
3061    | <p>
3062    |   overflow: scroll
3063    |   overflow-x: scroll
3064    |   overflow-y: scroll
3065    #csstext
3066    p {
3067      overflow: scroll;
3068    }
3069    
3070    #data
3071    p {
3072      overflow: auto;
3073    }
3074    #cssom
3075    | <p>
3076    |   overflow: auto
3077    |   overflow-x: auto
3078    |   overflow-y: auto
3079    #csstext
3080    p {
3081      overflow: auto;
3082    }
3083    
3084    #data
3085    p {
3086      overflow: hidden;
3087    }
3088    #cssom
3089    | <p>
3090    |   overflow: hidden
3091    |   overflow-x: hidden
3092    |   overflow-y: hidden
3093    #csstext
3094    p {
3095      overflow: hidden;
3096    }
3097    
3098    #data
3099    p {
3100      overflow: visible;
3101    }
3102    #cssom
3103    | <p>
3104    |   overflow: visible
3105    |   overflow-x: visible
3106    |   overflow-y: visible
3107    #csstext
3108    p {
3109      overflow: visible;
3110    }
3111    
3112    #data
3113    p {
3114      overflow: -moz-hidden-unscrollable;
3115    }
3116    #cssom
3117    | <p>
3118    |   overflow: -moz-hidden-unscrollable
3119    |   overflow-x: -moz-hidden-unscrollable
3120    |   overflow-y: -moz-hidden-unscrollable
3121    #csstext
3122    p {
3123      overflow: -moz-hidden-unscrollable;
3124    }
3125    
3126    #data
3127    p {
3128      overflow: -webkit-marquee;
3129    }
3130    #cssom
3131    | <p>
3132    |   overflow: -webkit-marquee
3133    |   overflow-x: -webkit-marquee
3134    |   overflow-y: -webkit-marquee
3135    #csstext
3136    p {
3137      overflow: -webkit-marquee;
3138    }
3139    
3140    #data
3141    p {
3142      overflow: inherit;
3143    }
3144    #cssom
3145    | <p>
3146    |   overflow: inherit
3147    |   overflow-x: inherit
3148    |   overflow-y: inherit
3149    #csstext
3150    p {
3151      overflow: inherit;
3152    }
3153    
3154    #data
3155    p {
3156      overflow-x: scroll;
3157      overflow-y: auto;
3158    }
3159    #cssom
3160    | <p>
3161    |   overflow-x: scroll
3162    |   overflow-y: auto
3163    #csstext
3164    p {
3165      overflow-x: scroll;
3166      overflow-y: auto;
3167    }
3168    
3169    #data
3170    p {
3171      overflow-x: auto ! important;
3172      overflow-y: auto;
3173    }
3174    #cssom
3175    | <p>
3176    |   overflow-x: auto !important
3177    |   overflow-y: auto
3178    #csstext
3179    p {
3180      overflow-x: auto ! important;
3181      overflow-y: auto;
3182    }
3183    
3184    #data
3185    p {
3186      overflow-y: auto ! important;
3187      overflow-x: auto;
3188    }
3189    #cssom
3190    | <p>
3191    |   overflow-x: auto
3192    |   overflow-y: auto !important
3193    #csstext
3194    p {
3195      overflow-x: auto;
3196      overflow-y: auto ! important;
3197    }
3198    
3199    #data
3200    p {
3201      overflow-x: inherit;
3202      overflow-y: auto;
3203    }
3204    #cssom
3205    | <p>
3206    |   overflow-x: inherit
3207    |   overflow-y: auto
3208    #csstext
3209    p {
3210      overflow-x: inherit;
3211      overflow-y: auto;
3212    }
3213    
3214    #data
3215    p {
3216      overflow-x: auto;
3217      overflow-y: inherit;
3218    }
3219    #cssom
3220    | <p>
3221    |   overflow-x: auto
3222    |   overflow-y: inherit
3223    #csstext
3224    p {
3225      overflow-x: auto;
3226      overflow-y: inherit;
3227    }
3228    
3229    #data
3230    p {
3231      overflow-x: -moz-hidden-unscrollable;
3232    }
3233    #cssom
3234    | <p>
3235    |   overflow-x: -moz-hidden-unscrollable
3236    #csstext
3237    p {
3238      overflow-x: -moz-hidden-unscrollable;
3239    }
3240    
3241    #data
3242    p {
3243      overflow-y: -webkit-marquee;
3244    }
3245    #cssom
3246    | <p>
3247    |   overflow-y: -webkit-marquee
3248    #csstext
3249    p {
3250      overflow-y: -webkit-marquee;
3251    }
3252    
3253    #data
3254    p {
3255    background-position: inherit;    background-position: inherit;
3256  }  }
3257  #cssom  #cssom
# Line 1897  p { Line 3397  p {
3397    
3398  #data  #data
3399  p {  p {
3400      background-position: +12px +34px;
3401    }
3402    #cssom
3403    | <p>
3404    |   background-position: 12px 34px
3405    |   background-position-x: 12px
3406    |   background-position-y: 34px
3407    
3408    #data
3409    p {
3410      background-position: -12px -34px;
3411    }
3412    #cssom
3413    | <p>
3414    |   background-position: -12px -34px
3415    |   background-position-x: -12px
3416    |   background-position-y: -34px
3417    
3418    #data
3419    p {
3420      background-position: left +34px;
3421    }
3422    #cssom
3423    | <p>
3424    |   background-position: left 34px
3425    |   background-position-x: left
3426    |   background-position-y: 34px
3427    
3428    #data
3429    p {
3430      background-position: +12px bottom
3431    }
3432    #cssom
3433    | <p>
3434    |   background-position: 12px bottom
3435    |   background-position-x: 12px
3436    |   background-position-y: bottom
3437    
3438    #data
3439    p {
3440      background-position: +12px
3441    }
3442    #cssom
3443    | <p>
3444    |   background-position: 12px 50%
3445    |   background-position-x: 12px
3446    |   background-position-y: 50%
3447    
3448    #data
3449    p {
3450      background-position: +12px left;
3451    }
3452    #errors
3453    ;2;30;m;no property semicolon
3454    #cssom
3455    | <p>
3456    
3457    #data
3458    p {
3459      background-position: 12px +top;
3460    }
3461    #errors
3462    ;2;30;m;syntax error:'background-position'
3463    #cssom
3464    | <p>
3465    
3466    #data
3467    p {
3468    background:;    background:;
3469  }  }
3470  #errors  #errors
# Line 2814  p { Line 4382  p {
4382    background-position: 0% 0%;    background-position: 0% 0%;
4383    background-repeat: inherit;    background-repeat: inherit;
4384  }  }
4385    
4386    #data
4387    p {
4388      opacity: 0.4;
4389    }
4390    #cssom
4391    | <p>
4392    |   -moz-opacity: 0.4
4393    |   opacity: 0.4
4394    #csstext
4395    p {
4396      opacity: 0.4;
4397    }
4398    
4399    #data
4400    p {
4401      opacity: +0.4;
4402    }
4403    #cssom
4404    | <p>
4405    |   -moz-opacity: 0.4
4406    |   opacity: 0.4
4407    #csstext
4408    p {
4409      opacity: 0.4;
4410    }
4411    
4412    #data
4413    p {
4414      opacity: 0.40000;
4415    }
4416    #cssom
4417    | <p>
4418    |   -moz-opacity: 0.4
4419    |   opacity: 0.4
4420    #csstext
4421    p {
4422      opacity: 0.4;
4423    }
4424    
4425    #data
4426    p {
4427      opacity: 0000000.4;
4428    }
4429    #cssom
4430    | <p>
4431    |   -moz-opacity: 0.4
4432    |   opacity: 0.4
4433    #csstext
4434    p {
4435      opacity: 0.4;
4436    }
4437    
4438    #data
4439    p {
4440      opacity: 0.0000;
4441    }
4442    #cssom
4443    | <p>
4444    |   -moz-opacity: 0
4445    |   opacity: 0
4446    #csstext
4447    p {
4448      opacity: 0;
4449    }
4450    
4451    #data
4452    p {
4453      opacity: 00000;
4454    }
4455    #cssom
4456    | <p>
4457    |   -moz-opacity: 0
4458    |   opacity: 0
4459    #csstext
4460    p {
4461      opacity: 0;
4462    }
4463    
4464    #data
4465    p {
4466      opacity: +0;
4467    }
4468    #cssom
4469    | <p>
4470    |   -moz-opacity: 0
4471    |   opacity: 0
4472    #csstext
4473    p {
4474      opacity: 0;
4475    }
4476    
4477    #data
4478    p {
4479      opacity: -0;
4480    }
4481    #cssom
4482    | <p>
4483    |   -moz-opacity: 0
4484    |   opacity: 0
4485    #csstext
4486    p {
4487      opacity: 0;
4488    }
4489    
4490    #data
4491    p {
4492      opacity: inherit;
4493    }
4494    #cssom
4495    | <p>
4496    |   -moz-opacity: inherit
4497    |   opacity: inherit
4498    #csstext
4499    p {
4500      opacity: inherit;
4501    }
4502    
4503    #data
4504    p {
4505      opacity: +inherit;
4506    }
4507    #errors
4508    ;2;13;m;syntax error:'opacity'
4509    #cssom
4510    | <p>
4511    
4512    #data
4513    p {
4514      -moz-opacity: 0;
4515    }
4516    #cssom
4517    | <p>
4518    |   -moz-opacity: 0
4519    |   opacity: 0
4520    #csstext
4521    p {
4522      opacity: 0;
4523    }
4524    
4525    #data
4526    p {
4527      -moz-opacity: 0.4;
4528    }
4529    #cssom
4530    | <p>
4531    |   -moz-opacity: 0.4
4532    |   opacity: 0.4
4533    #csstext
4534    p {
4535      opacity: 0.4;
4536    }
4537    
4538    #data
4539    p {
4540      -moz-opacity: inherit;
4541    }
4542    #cssom
4543    | <p>
4544    |   -moz-opacity: inherit
4545    |   opacity: inherit
4546    #csstext
4547    p {
4548      opacity: inherit;
4549    }
4550    
4551    #data
4552    p {
4553      -moz-opacity: +inherit;
4554    }
4555    #errors
4556    ;2;18;m;syntax error:'-moz-opacity'
4557    #cssom
4558    | <p>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24