Skip to content

Commit bf1b6d5

Browse files
committed
add missing backticks to values in tables
1 parent 871431e commit bf1b6d5

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

source/presentation/4.0/model.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -671,12 +671,12 @@ The Image API Selector has properties following the parameters from the API, and
671671

672672
| Property | Default | Description |
673673
| -------- | --------- | ----------------------------------------------------- |
674-
| region | "full" | The string to put in the region parameter of the URI. |
675-
| size | "max" | The string to put in the size parameter of the URI. If used with a version 2.0 Image API server, the default should be considered to be "full". |
676-
| rotation | "0" | The string to put in the rotation parameter of the URI. Note that this must be a string in order to allow mirroring, for example "!90". |
677-
| quality | "default" | The string to put in the quality parameter of the URI. |
678-
| format | "jpg" | The string to put in the format parameter of the URI. Note that the '.' character is not part of the format, just the URI syntax. |
679-
| version | "2.1" | The string representation of a published version number in "major.minor" form of the IIIF Image API. If the version given in the Selector differs from the version exposed by a Image API service, the client is expected to translate between versions as possible. |
674+
| `region` | "full" | The string to put in the region parameter of the URI. |
675+
| `size` | "max" | The string to put in the size parameter of the URI. If used with a version 2.0 Image API server, the default should be considered to be "full". |
676+
| `rotation` | "0" | The string to put in the rotation parameter of the URI. Note that this must be a string in order to allow mirroring, for example "!90". |
677+
| `quality` | "default" | The string to put in the quality parameter of the URI. |
678+
| `format` | "jpg" | The string to put in the format parameter of the URI. Note that the '.' character is not part of the format, just the URI syntax. |
679+
| `version` | "2.1" | The string representation of a published version number in "major.minor" form of the IIIF Image API. If the version given in the Selector differs from the version exposed by a Image API service, the client is expected to translate between versions as possible. |
680680

681681
__Properties__<br/>
682682
A IIIF Image API Selector _MUST_ have the following properties: [type](#type).<br/><br/>
@@ -1102,13 +1102,13 @@ For cross-version consistency, this specification defines the following values f
11021102

11031103
| Value | Specification |
11041104
| -------------------- | ------------- |
1105-
| ImageService1 | [Image API version 1][image11] |
1106-
| ImageService2 | [Image API version 2][image21] |
1107-
| SearchService1 | [Search API version 1][search1] |
1108-
| AutoCompleteService1 | [Search API version 1][search1-autocomplete] |
1109-
| AuthCookieService1 | [Authentication API version 1][auth1-cookie-service] |
1110-
| AuthTokenService1 | [Authentication API version 1][auth1-token-service] |
1111-
| AuthLogoutService1 | [Authentication API version 1][auth1-logout-service] |
1105+
| `ImageService1` | [Image API version 1][image11] |
1106+
| `ImageService2` | [Image API version 2][image21] |
1107+
| `SearchService1` | [Search API version 1][search1] |
1108+
| `AutoCompleteService1` | [Search API version 1][search1-autocomplete] |
1109+
| `AuthCookieService1` | [Authentication API version 1][auth1-cookie-service] |
1110+
| `AuthTokenService1` | [Authentication API version 1][auth1-token-service] |
1111+
| `AuthLogoutService1` | [Authentication API version 1][auth1-logout-service] |
11121112
{: .api-table #table-service-types}
11131113

11141114
Implementations _SHOULD_ be prepared to recognize the `@id` and `@type` property names used by older specifications, as well as `id` and `type`. Note that the `@context` key _SHOULD NOT_ be present within the `service`, but instead included at the beginning of the document.
@@ -1177,14 +1177,14 @@ The possible values of `action` are:
11771177

11781178
| Value | Description |
11791179
| ------ | ----------- |
1180-
| enable | The acted-upon resource is now able to be selected, or, if it is an activating annotation, it is able to be triggered |
1181-
| disable | The acted-upon resource is not able to be selected or triggered |
1182-
| show | The "hidden" behavior is removed from the acted-upon resource, if it has it |
1183-
| hide | The "hidden" behavior is added to the acted-upon resource, if it does not have it |
1184-
| reset | The acted-upon resource is reset to its initial state, as if it (or its Container) had just been loaded for the first time |
1185-
| start | Time-based content resources or animations within resources that are not playing are started |
1186-
| stop | Time-based content resources or animations within resources that are playing are stopped|
1187-
| select | The acted-upon resource is selected for use, such as a Camera within a Scene |
1180+
| `enable` | The acted-upon resource is now able to be selected, or, if it is an activating annotation, it is able to be triggered |
1181+
| `disable` | The acted-upon resource is not able to be selected or triggered |
1182+
| `show` | The "hidden" behavior is removed from the acted-upon resource, if it has it |
1183+
| `hide` | The "hidden" behavior is added to the acted-upon resource, if it does not have it |
1184+
| `reset` | The acted-upon resource is reset to its initial state, as if it (or its Container) had just been loaded for the first time |
1185+
| `start` | Time-based content resources or animations within resources that are not playing are started |
1186+
| `stop` | Time-based content resources or animations within resources that are playing are stopped|
1187+
| `select` | The acted-upon resource is selected for use, such as a Camera within a Scene |
11881188

11891189
The value of `action` _MUST_ be an array of strings, where each item in the array is drawn from the above list or a registered extension.
11901190

@@ -1402,10 +1402,10 @@ Just as a Scene may contain multiple Annotations with models, light, and cameras
14021402

14031403
| Value | Description |
14041404
|------------|-------------|
1405-
| Audio | Exclude all sound from resources, including audio tracks, audio emitters, and audio from video |
1406-
| Animations | Exclude all definitions of animations from resources |
1407-
| Cameras | Exclude all cameras from resources |
1408-
| Lights | Exclude all lights from resources |
1405+
| `Audio` | Exclude all sound from resources, including audio tracks, audio emitters, and audio from video |
1406+
| `Animations` | Exclude all definitions of animations from resources |
1407+
| `Cameras` | Exclude all cameras from resources |
1408+
| `Lights` | Exclude all lights from resources |
14091409

14101410
The value of `exclude` is an array of strings, each of which is one of the values listed above. If the `exclude` property is not specified, then no resources are excluded.
14111411

@@ -2378,13 +2378,13 @@ For cross-version consistency, this specification defines the following values f
23782378

23792379
| Value | Specification |
23802380
| -------------------- | ------------- |
2381-
| ImageService1 | [Image API version 1][image11] |
2382-
| ImageService2 | [Image API version 2][image21] |
2383-
| SearchService1 | [Search API version 1][search1] |
2384-
| AutoCompleteService1 | [Search API version 1][search1-autocomplete] |
2385-
| AuthCookieService1 | [Authentication API version 1][auth1-cookie-service] |
2386-
| AuthTokenService1 | [Authentication API version 1][auth1-token-service] |
2387-
| AuthLogoutService1 | [Authentication API version 1][auth1-logout-service] |
2381+
| `ImageService1` | [Image API version 1][image11] |
2382+
| `ImageService2 ` | [Image API version 2][image21] |
2383+
| `SearchService1` | [Search API version 1][search1] |
2384+
| `AutoCompleteService1` | [Search API version 1][search1-autocomplete] |
2385+
| `AuthCookieService1` | [Authentication API version 1][auth1-cookie-service] |
2386+
| `AuthTokenService1` | [Authentication API version 1][auth1-token-service] |
2387+
| `AuthLogoutService1` | [Authentication API version 1][auth1-logout-service] |
23882388
{: .api-table #table-service-types}
23892389

23902390
Implementations _SHOULD_ be prepared to recognize the `@id` and `@type` property names used by older specifications, as well as `id` and `type`. Note that the `@context` key _SHOULD NOT_ be present within the `service`, but instead included at the beginning of the document. The example below includes both version 2 and version 3 IIIF Image API services.
@@ -2845,11 +2845,11 @@ The value _MUST_ be a string value. This specification defines the values in th
28452845

28462846
> TODO: create registry and link it here
28472847
2848-
| Value | Unit |
2849-
|----------|-----------|
2850-
| m | meters |
2851-
| s | seconds |
2852-
| relative | relative |
2848+
| Value | Unit |
2849+
|------------|-----------|
2850+
| `m` | meters |
2851+
| `s` | seconds |
2852+
| `relative` | relative |
28532853

28542854
* A Quantity _MUST_ have the `unit` property.<br/>
28552855
Clients _SHOULD_ process the `unit` property on Quantity instances.

0 commit comments

Comments
 (0)