Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(763)

Unified Diff: third_party/WebKit/Source/modules/imagecapture/README.md

Issue 2878903004: Image Capture README.md: fix table (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/imagecapture/README.md
diff --git a/third_party/WebKit/Source/modules/imagecapture/README.md b/third_party/WebKit/Source/modules/imagecapture/README.md
index 0166c4990aaa4a7aef6b7563322dd668ac8d1bb4..b0b52e28cd53a46ad519cb8a91cdabfd3d0887cf 100644
--- a/third_party/WebKit/Source/modules/imagecapture/README.md
+++ b/third_party/WebKit/Source/modules/imagecapture/README.md
@@ -42,14 +42,18 @@ recognisable effect on `theTrack`, in other words if it's "live" or not. For
example, changing the zoom level is instantly reflected on the `theTrack`,
while connecting the Red Eye Reduction, if available, is not.
- Object | type | retrieved by... |
- :--| :-- | --: |
-[`PhotoCapabilities`](https://w3c.github.io/mediacapture-image/##photocapabilities-section) | non-live capabilities | `theImageCapturer.getPhotoCapabilities()` |
-[`MediaTrackCapabilities`](https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section) | live capabilities | `theTrack.getCapabilities()` |
-| | |
-[`PhotoSettings`](https://w3c.github.io/mediacapture-image/##photocapabilities-section) | non-live settings | |
-[`MediaTrackSettings`](https://w3c.github.io/mediacapture-image/#mediatracksettings-section) | live settings | `theTrack.getSettings()` |
-
+| Object |type | retrieved by... |
+| :-- |:-- | --: |
+|[`PhotoCapabilities`] |non-live capabilities|`theImageCapturer.getPhotoCapabilities()`|
+|[`MediaTrackCapabilities`]|live capabilities |`theTrack.getCapabilities()` |
+| | | |
+|[`PhotoSettings`] |non-live settings | |
+|[`MediaTrackSettings`] |live settings |`theTrack.getSettings()` |
+
+[`PhotoCapabilities`]: https://w3c.github.io/mediacapture-image/##photocapabilities-section
+[`MediaTrackCapabilities`]: https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section
+[`PhotoSettings`]: https://w3c.github.io/mediacapture-image/##photosettings-section
+[`MediaTrackSettings`]: https://w3c.github.io/mediacapture-image/#mediatracksettings-section
## Other topics
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698