Skip to content

Commit

Permalink
Merge pull request #11 from rasamassen/gh-pages
Browse files Browse the repository at this point in the history
Implement tests for Writing Modes
  • Loading branch information
LeaVerou committed Feb 10, 2012
2 parents e62ae36 + 69785d6 commit 6c83993
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,19 @@ window.Specs = {
}
},

"css3-writing-modes": {
"title": "Writing Modes",
"properties": {
"direction": ["ltr", "rtl"],
"unicode-bidi": ["normal", "embed", "isolate", "bidi-override", "plaintext"],
"writing-mode": ["horizontal-tb", "vertical-rl", "vertical-lr"],
"text-orientation": ["upright-right", "upright", "sideways-right", "sideways-left", "sideways", "use-glyph-orientation"],
"caption-side": ["before", "after"],
"text-combine-horizontal": ["none", "all", "digits 2", "ascii-digits 2", "alpha 2", "latin 2", "alphanumeric 2"],
"text-combine-mode": ["auto", "compress", "no-compress", "use-glyphs"]
}
},

"css3-color": {
"title": "Color",
"values": {
Expand Down

0 comments on commit 6c83993

Please sign in to comment.