Skip to content

Commit

Permalink
+ background color on region markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prud'hommeaux committed Nov 13, 2017
1 parent d770477 commit c86c487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Inheritance.md
Expand Up @@ -87,7 +87,7 @@ A closed shape would fail because any candidate node would have more than e.g. `
}
```

![](https://placehold.it/350x40/fff/070?text=<HS>)
![](https://placehold.it/350x40/fec/070?text=<HS>)

The above example is a bit difficult to understand. How about:
```
Expand All @@ -97,7 +97,7 @@ The above example is a bit difficult to understand. How about:
A ShEx interpreter worth its salt would be able to identify the above as an error -- the set of possible graphs that could satisfy
<ExtendedLonelyBox> is empty. Same thing as the previous example, however.

![](https://placehold.it/350x40/fff/070?text=</HS>)
![](https://placehold.it/350x40/fec/070?text=</HS>)

Likewise, a repeated property:
```
Expand Down Expand Up @@ -135,7 +135,7 @@ This means that a node which conformed to a derived shape, e.g. `<PosturedBP>`:
```
would not conform to a base shape `<BP>` which accepts only two `:components`.

![](https://placehold.it/350x40/fff/070?text=<HS>)
![](https://placehold.it/350x40/fec/070?text=<HS>)

This is desired behavior from my perspective, at least for one interpretation of "inherits". A useful interpretation of:

Expand Down Expand Up @@ -198,7 +198,7 @@ are also instances of
```
To act as a constraint -- this may be a tall order, however.

![](https://placehold.it/350x40/fff/070?text=</HS>)
![](https://placehold.it/350x40/fec/070?text=</HS>)



Expand Down

0 comments on commit c86c487

Please sign in to comment.