Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Sep 14, 2018
1 parent 0776ce1 commit 02016f0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion browsers/webview_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
},
"48": {
"release_date": "2016-01-26",
"release_notes": "https://chromereleases.googleblog.com/2016/01/chrome-for-android-update.html",
"status": "retired"
},
"49": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/display.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
},
"webview_android": {
"version_added": true,
"version_removed": "4",
"version_removed": "4.4.3",
"notes": "Before version 4, <code>run-in</code> was not supported before inline elements."
}
},
Expand Down
2 changes: 1 addition & 1 deletion css/properties/orphans.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/orphans",
"support": {
"webview_android": {
"version_added": "4.4"
"version_added": true
},
"chrome": {
"version_added": "25"
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"description": "Support in DOM API such as in <code>querySelector()</code> and <code>querySelectorAll()</code>",
"support": {
"webview_android": {
"version_added": "4.4"
"version_added": true
},
"chrome": {
"version_added": "27"
Expand Down
2 changes: 1 addition & 1 deletion html/elements/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/template",
"support": {
"webview_android": {
"version_added": "4.4"
"version_added": true
},
"chrome": {
"version_added": "26"
Expand Down
2 changes: 1 addition & 1 deletion html/elements/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/track",
"support": {
"webview_android": {
"version_added": "4.4",
"version_added": true,
"notes": "Doesn’t work for fullscreen video."
},
"chrome": {
Expand Down

0 comments on commit 02016f0

Please sign in to comment.