Skip to content

Commit

Permalink
#94 Tags structure © @TallTed
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
anatoly-scherbakov and TallTed committed Jul 22, 2023
1 parent b6507ef commit 15116dd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1174,18 +1174,19 @@ <h2>Predictability</h2>
</p>

<p>
This would, however, make implementation:
This would, however, have the following impacts on
implementations:
</p>

<ul>
<li>
More complicated because most industrially available YAML
parsers discard comments on reading YAML data
They would be more complicated, because most industrially
available YAML parsers discard comments on reading YAML data
</li>
<li>
Less predictable because, in JSON, order of keys is not
preserved — and therefore, when converting a JSON-LD document
back to YAML-LD, comments might be displaced.
They would be less predictable, because order of keys is not
preserved in JSON — and therefore, when converting a JSON-LD
document back to YAML-LD, comments might be displaced.
</li>
</ul>
</section>
Expand Down

0 comments on commit 15116dd

Please sign in to comment.