Skip to content

Commit

Permalink
Adressed feedback from PolariTOON regarding CSS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian4Webedia committed Jan 14, 2022
1 parent 2626064 commit d8b847a
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ window.Specs = {
"css2-box": {
"title": "CSS 2 Box Model",
"links": {
"tr": "CSS2/box.html",
"tr": "CSS22/box.html",
"dev": "css2/"
},
"status": {
Expand All @@ -68,7 +68,7 @@ window.Specs = {
"properties": {
"border-color": {
"links": {
"tr": "#propdef-border-color",
"tr": "#border-color-properties",
"dev": "#border-color-properties"
},
"tests": [
Expand All @@ -83,7 +83,8 @@ window.Specs = {
"dev": "#border-style-properties"
},
"tests": [
"none", "none dashed", "none dashed dotted", "none dashed dotted solid"
"none", "hidden", "none dashed", "none dashed dotted",
"none dashed dotted solid"
]
},
"border-top": {
Expand Down Expand Up @@ -333,7 +334,7 @@ window.Specs = {
"css2-colors": {
"title": "CSS 2 Colors and Backgrounds",
"links": {
"tr": "CSS2/colors.html",
"tr": "CSS22/colors.html",
"dev": "css2/"
},
"status": {
Expand Down Expand Up @@ -400,7 +401,7 @@ window.Specs = {
},
"tests": [
"black", "#00f", "#000000", "rgb(255, 255, 255)",
"rgb(100%, 50%, 50%)", "transparent"
"rgb(100%, 50%, 50%)"
]
}
}
Expand Down Expand Up @@ -761,7 +762,7 @@ window.Specs = {
},
"tests": [
"black", "#00f", "#000000", "rgb(255, 255, 255)",
"rgb(100%, 50%, 50%)", "transparent"
"rgb(100%, 50%, 50%)", "invert"
]
},
"outline-style": {
Expand All @@ -787,15 +788,15 @@ window.Specs = {
"dev": "#dynamic-outlines"
},
"tests": [
"black", "dotted", "5px", "#ff0000 dashed", "solid 0.2em",
"black", "invert", "dotted", "5px", "#ff0000 dashed", "solid 0.2em",
"rgb(0, 0, 255) 0.1ex", "#0f0 double 0.8mm"
]
}
}
},

"css2-visudet": {
"title": "CSS 2 Visual Formatting Model",
"title": "CSS 2 Visual Formatting Model Details",
"links": {
"tr": "CSS22/visudet.html",
"dev": "css2/"
Expand Down Expand Up @@ -1679,6 +1680,14 @@ window.Specs = {
"mdn": "color_value"
},
"tests": "currentColor"
},
"transparent": {
"links": {
"tr": "#transparent",
"dev": "#transparent",
"mdn": "color_value"
},
"tests": "transparent"
}
},
"properties": {
Expand Down

0 comments on commit d8b847a

Please sign in to comment.