Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. * { cue: inherit; }
  3. #errors
  4. #expected
  5. | *
  6. |  cue-before: inherit
  7. |  cue-after: inherit
  8. #reset
  9.  
  10. #data
  11. * { cue: none; }
  12. #errors
  13. #expected
  14. | *
  15. |  cue-before: none
  16. |  cue-after: none
  17. #reset
  18.  
  19. #data
  20. * { cue: url(foo); }
  21. #errors
  22. #expected
  23. | *
  24. |  cue-before: url('foo')
  25. |  cue-after: url('foo')
  26. #reset
  27.  
  28. #data
  29. * { cue: none url(foo); }
  30. #errors
  31. #expected
  32. | *
  33. |  cue-before: none
  34. |  cue-after: url('foo')
  35. #reset
  36.  
  37. #data
  38. * { cue: url(foo) none; }
  39. #errors
  40. #expected
  41. | *
  42. |  cue-before: url('foo')
  43. |  cue-after: none
  44. #reset
  45.  
  46.  
  47. #data
  48. * { cue: inherit !important; }
  49. #errors
  50. #expected
  51. | *
  52. |  cue-before: inherit !important
  53. |  cue-after: inherit !important
  54. #reset
  55.  
  56. #data
  57. * { cue: none !important; }
  58. #errors
  59. #expected
  60. | *
  61. |  cue-before: none !important
  62. |  cue-after: none !important
  63. #reset
  64.  
  65. #data
  66. * { cue: url(foo) !important; }
  67. #errors
  68. #expected
  69. | *
  70. |  cue-before: url('foo') !important
  71. |  cue-after: url('foo') !important
  72. #reset
  73.  
  74. #data
  75. * { cue: none url(foo) !important; }
  76. #errors
  77. #expected
  78. | *
  79. |  cue-before: none !important
  80. |  cue-after: url('foo') !important
  81. #reset
  82.  
  83. #data
  84. * { cue: url(foo) none !important; }
  85. #errors
  86. #expected
  87. | *
  88. |  cue-before: url('foo') !important
  89. |  cue-after: none !important
  90. #reset
  91.  
  92.  
  93. #data
  94. * { cue: invalid; }
  95. #errors
  96. #expected
  97. | *
  98. #reset
  99.  
  100. #data
  101. * { cue: ; }
  102. #errors
  103. #expected
  104. | *
  105. #reset
  106.  
  107. #data
  108. * { cue: inherit inherit; }
  109. #errors
  110. #expected
  111. | *
  112. #reset
  113.  
  114. #data
  115. * { cue: none inherit; }
  116. #errors
  117. #expected
  118. | *
  119. #reset
  120.  
  121. #data
  122. * { cue: inherit none; }
  123. #errors
  124. #expected
  125. | *
  126. #reset
  127.  
  128. #data
  129. * { cue: none url(foo) !important inherit; }
  130. #errors
  131. #expected
  132. | *
  133. #reset
  134.  
  135. #data
  136. * { cue: inherit none url(foo) !important; }
  137. #errors
  138. #expected
  139. | *
  140. #reset
  141.  
  142. #data
  143. * { cue: inherit url(foo) !important; }
  144. #errors
  145. #expected
  146. | *
  147. #reset
  148.  
  149. #data
  150. * { cue:}
  151. #errors
  152. #expected
  153. | *
  154. #reset
  155.  
  156. #data
  157. * { cue: url(foo) inherit none; }
  158. #errors
  159. #expected
  160. | *
  161. #reset
  162.  
  163. #data
  164. * { cue: inherit url(foo) none !important;}
  165. #errors
  166. #expected
  167. | *
  168. #reset
  169.  
  170.  
  171. #data
  172. * { pause: inherit; }
  173. #errors
  174. #expected
  175. | *
  176. |  pause-before: inherit
  177. |  pause-after: inherit
  178. #reset
  179.  
  180. #data
  181. * { pause: 0; }
  182. #errors
  183. #expected
  184. | *
  185. |  pause-before: 0s
  186. |  pause-after: 0s
  187. #reset
  188.  
  189. #data
  190. * { pause: 50%; }
  191. #errors
  192. #expected
  193. | *
  194. |  pause-before: 50%
  195. |  pause-after: 50%
  196. #reset
  197.  
  198. #data
  199. * { pause: 0 10ms; }
  200. #errors
  201. #expected
  202. | *
  203. |  pause-before: 0s
  204. |  pause-after: 10ms
  205. #reset
  206.  
  207. #data
  208. * { pause: 10s 0; }
  209. #errors
  210. #expected
  211. | *
  212. |  pause-before: 10s
  213. |  pause-after: 0s
  214. #reset
  215.  
  216. #data
  217. * { pause: 0 50%; }
  218. #errors
  219. #expected
  220. | *
  221. |  pause-before: 0s
  222. |  pause-after: 50%
  223. #reset
  224.  
  225. #data
  226. * { pause: 50% 0; }
  227. #errors
  228. #expected
  229. | *
  230. |  pause-before: 50%
  231. |  pause-after: 0s
  232. #reset
  233.  
  234. #data
  235. * { pause: 50% 0 5s; }
  236. #errors
  237. #expected
  238. | *
  239. #reset
  240.  
  241. #data
  242. * { pause: inherit 0 5s; }
  243. #errors
  244. #expected
  245. | *
  246. #reset
  247.  
  248. #data
  249. * { pause: 50% inherit 5s; }
  250. #errors
  251. #expected
  252. | *
  253. #reset
  254.  
  255. #data
  256. * { pause: 50% 0 inherit; }
  257. #errors
  258. #expected
  259. | *
  260. #reset
  261.  
  262.  
  263. #data
  264. * { pause: inherit !important; }
  265. #errors
  266. #expected
  267. | *
  268. |  pause-before: inherit !important
  269. |  pause-after: inherit !important
  270. #reset
  271.  
  272. #data
  273. * { pause: 0 !important; }
  274. #errors
  275. #expected
  276. | *
  277. |  pause-before: 0s !important
  278. |  pause-after: 0s !important
  279. #reset
  280.  
  281. #data
  282. * { pause: 50% !important; }
  283. #errors
  284. #expected
  285. | *
  286. |  pause-before: 50% !important
  287. |  pause-after: 50% !important
  288. #reset
  289.  
  290. #data
  291. * { pause: 0 10s !important; }
  292. #errors
  293. #expected
  294. | *
  295. |  pause-before: 0s !important
  296. |  pause-after: 10s !important
  297. #reset
  298.  
  299. #data
  300. * { pause: 10s 0 !important; }
  301. #errors
  302. #expected
  303. | *
  304. |  pause-before: 10s !important
  305. |  pause-after: 0s !important
  306. #reset
  307.  
  308. #data
  309. * { pause: 0 50% !important; }
  310. #errors
  311. #expected
  312. | *
  313. |  pause-before: 0s !important
  314. |  pause-after: 50% !important
  315. #reset
  316.  
  317. #data
  318. * { pause: 50% 0 !important; }
  319. #errors
  320. #expected
  321. | *
  322. |  pause-before: 50% !important
  323. |  pause-after: 0s !important
  324. #reset
  325.  
  326.  
  327. #data
  328. * { pause: invalid; }
  329. #errors
  330. #expected
  331. | *
  332. #reset
  333.  
  334. #data
  335. * { pause: ; }
  336. #errors
  337. #expected
  338. | *
  339. #reset
  340.  
  341. #data
  342. * { pause:}
  343. #errors
  344. #expected
  345. | *
  346. #reset
  347.  
  348. #data
  349. * { pause}
  350. #errors
  351. #expected
  352. | *
  353. #reset
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. #data
  361. * { cue: none inherit; }
  362. #errors
  363. #expected
  364. | *
  365. #reset
  366.  
  367. #data
  368. * { cue: inherit url(Sonic.png); }
  369. #errors
  370. #expected
  371. | *
  372. #reset
  373.  
  374. #data
  375. * { pause: 0 inherit; }
  376. #errors
  377. #expected
  378. | *
  379. #reset
  380.  
  381. #data
  382. * { pause: 7ms inherit !important; }
  383. #errors
  384. #expected
  385. | *
  386. #reset
  387.  
  388. #data
  389. * { pause: inherit 4%; }
  390. #errors
  391. #expected
  392. | *
  393. #reset
  394.  
  395. #data
  396. * { pause: inherit 0 !important; }
  397. #errors
  398. #expected
  399. | *
  400. #reset
  401.  
  402. #data
  403. * { azimuth: behind behind; }
  404. #errors
  405. #expected
  406. | *
  407. #reset
  408.  
  409. #data
  410. * { azimuth: inherit behind; }
  411. #errors
  412. #expected
  413. | *
  414. #reset
  415.  
  416. #data
  417. * { azimuth: left-side inherit; }
  418. #errors
  419. #expected
  420. | *
  421. #reset
  422.  
  423. #data
  424. * { azimuth: left-side behind; }
  425. #errors
  426. #expected
  427. | *
  428. |  azimuth: left-side behind
  429. #reset
  430.  
  431. #data
  432. * { azimuth: behind left-side; }
  433. #errors
  434. #expected
  435. | *
  436. |  azimuth: left-side behind
  437. #reset
  438.  
  439. #data
  440. * { azimuth: far-left behind; }
  441. #errors
  442. #expected
  443. | *
  444. |  azimuth: far-left behind
  445. #reset
  446.  
  447. #data
  448. * { azimuth: behind far-left; }
  449. #errors
  450. #expected
  451. | *
  452. |  azimuth: far-left behind
  453. #reset
  454.  
  455. #data
  456. * { azimuth: behind left; }
  457. #errors
  458. #expected
  459. | *
  460. |  azimuth: left behind
  461. #reset
  462.  
  463. #data
  464. * { azimuth: center-left behind; }
  465. #errors
  466. #expected
  467. | *
  468. |  azimuth: center-left behind
  469. #reset
  470.  
  471. #data
  472. * { azimuth: behind center-left; }
  473. #errors
  474. #expected
  475. | *
  476. |  azimuth: center-left behind
  477. #reset
  478.  
  479. #data
  480. * { azimuth: center-left behind center-left; }
  481. #errors
  482. #expected
  483. | *
  484. #reset
  485.  
  486. #data
  487. * { azimuth: behind center; }
  488. #errors
  489. #expected
  490. | *
  491. |  azimuth: center behind
  492. #reset
  493.  
  494. #data
  495. * { azimuth: center-right behind; }
  496. #errors
  497. #expected
  498. | *
  499. |  azimuth: center-right behind
  500. #reset
  501.  
  502. #data
  503. * { azimuth: behind center-right; }
  504. #errors
  505. #expected
  506. | *
  507. |  azimuth: center-right behind
  508. #reset
  509.  
  510. #data
  511. * { azimuth: behind right; }
  512. #errors
  513. #expected
  514. | *
  515. |  azimuth: right behind
  516. #reset
  517.  
  518. #data
  519. * { azimuth: far-right behind; }
  520. #errors
  521. #expected
  522. | *
  523. |  azimuth: far-right behind
  524. #reset
  525.  
  526. #data
  527. * { azimuth: behind right-side; }
  528. #errors
  529. #expected
  530. | *
  531. |  azimuth: right-side behind
  532. #reset
  533.  
  534. #data
  535. * { elevation: inherit; }
  536. #errors
  537. #expected
  538. | *
  539. |  elevation: inherit
  540. #reset
  541.  
  542. #data
  543. * { elevation: 0deg inherit; }
  544. #errors
  545. #expected
  546. | *
  547. #reset
  548.  
  549. #data
  550. * { pitch: inherit; }
  551. #errors
  552. #expected
  553. | *
  554. |  pitch: inherit
  555. #reset
  556.  
  557. #data
  558. * { play-during: inherit !important; }
  559. #errors
  560. #expected
  561. | *
  562. |  play-during: inherit !important
  563. #reset
  564.  
  565. #data
  566. * { richness: inherit; }
  567. #errors
  568. #expected
  569. | *
  570. |  richness: inherit
  571. #reset
  572.  
  573. #data
  574. * { richness: inherit !important; }
  575. #errors
  576. #expected
  577. | *
  578. |  richness: inherit !important
  579. #reset
  580.  
  581. #data
  582. * { speak-header: inherit; }
  583. #errors
  584. #expected
  585. | *
  586. |  speak-header: inherit
  587. #reset
  588.  
  589. #data
  590. * { speak-header: inherit !important; }
  591. #errors
  592. #expected
  593. | *
  594. |  speak-header: inherit !important
  595. #reset
  596.  
  597. #data
  598. * { speak-numeral: inherit; }
  599. #errors
  600. #expected
  601. | *
  602. |  speak-numeral: inherit
  603. #reset
  604.  
  605. #data
  606. * { speak-numeral: inherit !important; }
  607. #errors
  608. #expected
  609. | *
  610. |  speak-numeral: inherit !important
  611. #reset
  612.  
  613. #data
  614. * { speak-punctuation: inherit; }
  615. #errors
  616. #expected
  617. | *
  618. |  speak-punctuation: inherit
  619. #reset
  620.  
  621. #data
  622. * { speak-punctuation: inherit !important; }
  623. #errors
  624. #expected
  625. | *
  626. |  speak-punctuation: inherit !important
  627. #reset
  628.  
  629. #data
  630. * { speak: inherit; }
  631. #errors
  632. #expected
  633. | *
  634. |  speak: inherit
  635. #reset
  636.  
  637. #data
  638. * { speak: inherit !important; }
  639. #errors
  640. #expected
  641. | *
  642. |  speak: inherit !important
  643. #reset
  644.  
  645. #data
  646. * { speech-rate: inherit; }
  647. #errors
  648. #expected
  649. | *
  650. |  speech-rate: inherit
  651. #reset
  652.  
  653. #data
  654. * { speech-rate: inherit !important; }
  655. #errors
  656. #expected
  657. | *
  658. |  speech-rate: inherit !important
  659. #reset
  660.  
  661. #data
  662. * { stress: inherit; }
  663. #errors
  664. #expected
  665. | *
  666. |  stress: inherit
  667. #reset
  668.  
  669. #data
  670. * { stress: inherit !important; }
  671. #errors
  672. #expected
  673. | *
  674. |  stress: inherit !important
  675. #reset
  676.  
  677. #data
  678. * { voice-family: inherit; }
  679. #errors
  680. #expected
  681. | *
  682. |  voice-family: inherit
  683. #reset
  684.  
  685. #data
  686. * { voice-family: inherit !important; }
  687. #errors
  688. #expected
  689. | *
  690. |  voice-family: inherit !important
  691. #reset
  692.  
  693. #data
  694. * { volume: inherit; }
  695. #errors
  696. #expected
  697. | *
  698. |  volume: inherit
  699. #reset
  700.  
  701. #data
  702. * { volume: inherit !important; }
  703. #errors
  704. #expected
  705. | *
  706. |  volume: inherit !important
  707. #reset
  708.  
  709. #data
  710. * { pause-before: inherit; }
  711. #errors
  712. #expected
  713. | *
  714. |  pause-before: inherit
  715. #reset
  716.  
  717. #data
  718. * { pause-before: inherit !important; }
  719. #errors
  720. #expected
  721. | *
  722. |  pause-before: inherit !important
  723. #reset
  724.  
  725. #data
  726. * { pause-after: inherit; }
  727. #errors
  728. #expected
  729. | *
  730. |  pause-after: inherit
  731. #reset
  732.  
  733. #data
  734. * { pause-after: inherit !important; }
  735. #errors
  736. #expected
  737. | *
  738. |  pause-after: inherit !important
  739. #reset
  740.  
  741. #data
  742. * { cue-before: inherit; }
  743. #errors
  744. #expected
  745. | *
  746. |  cue-before: inherit
  747. #reset
  748.  
  749. #data
  750. * { cue-before: inherit !important; }
  751. #errors
  752. #expected
  753. | *
  754. |  cue-before: inherit !important
  755. #reset
  756.  
  757. #data
  758. * { cue-after: inherit; }
  759. #errors
  760. #expected
  761. | *
  762. |  cue-after: inherit
  763. #reset
  764.  
  765. #data
  766. * { cue-after: inherit !important; }
  767. #errors
  768. #expected
  769. | *
  770. |  cue-after: inherit !important
  771. #reset
  772.  
  773.  
  774.