File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1735,7 +1735,8 @@ <h3>JsonLdProcessor</h3>
1735
1735
according to the steps in the
1736
1736
< a href ="#compaction-algorithm "> Compaction Algorithm</ a > . The
1737
1737
< code > input</ code > MUST be copied, compacted and returned if there are
1738
- no errors. If the compaction fails, < code > null</ code > MUST be returned.
1738
+ no errors. If the compaction fails, an appropirate exception MUST be
1739
+ thrown.
1739
1740
< dl class ="parameters ">
1740
1741
< dt > object input</ dt >
1741
1742
< dd > The JSON-LD object to perform compaction on.</ dd >
@@ -1771,10 +1772,9 @@ <h3>JsonLdProcessor</h3>
1771
1772
using the < code > frame</ code > according to the steps in the
1772
1773
< a href ="#framing-algorithm "> Framing Algorithm</ a > . The
1773
1774
< code > input</ code > is used to build the framed output and is returned if
1774
- there are no errors. Exceptions are thrown if there are errors.
1775
- < div class ="issue "> Define what the exceptions are. We need to specify
1776
- whether or not we want exceptions thrown, or errors returned to the
1777
- error callback?</ div >
1775
+ there are no errors. If there are no matches for the frame,
1776
+ < code > null</ code > MUST be returned. Exceptions MUST be thrown if there are
1777
+ errors.
1778
1778
< dl class ="parameters ">
1779
1779
< dt > object input</ dt >
1780
1780
< dd > The JSON-LD object to perform framing on.</ dd >
You can’t perform that action at this time.
0 commit comments