Skip to content

Commit

Permalink
Spec: Fix syntax error in "obtain the plaintext payload"
Browse files Browse the repository at this point in the history
I was surprised to see errors on CI that appeared unrelated to my
changes in PR #171. I couldn't repro the errors until I upgraded from
bikeshed 4.2.8 to 5.0.0.

For future reference, the errors looked like this prior to fixing the
link syntax:

```
LINE 1126:8: Parsed a dfn autolink ([=...=]) inside of an <a>. Either close the <a> properly, or escape the autolink.
LINE 1127:24: Parsed a dfn autolink ([=...=]) inside of an <a>. Either close the <a> properly, or escape the autolink.
LINE 1124:27: [=...=] autolink opened at 1124:27 wasn't closed within 3 lines. You might have forgotten to close it; if not, switch to the HTML syntax to spread your link across that many lines.
LINE 1124: No 'dfn' refs found for 'filteringid}}"] and'.
[="{{PAHistogramContribution/filteringId}}"] and
=]
```
  • Loading branch information
dmcardle committed Jan 23, 2025
1 parent d0c0993 commit 3359fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ To <dfn>obtain the plaintext payload</dfn> given an [=aggregatable report=]
|contribution|["{{PAHistogramContribution/value}}"] and 4.
: "`id`"
:: The result of [=encoding an integer for the payload=] given
|contribution|[="{{PAHistogramContribution/filteringId}}"] and
|contribution|["{{PAHistogramContribution/filteringId}}"] and
|filteringIdMaxBytes|.
1. [=list/Append=] |contributionData| to |payloadData|.
1. Let |payload| be an [=ordered map=] of the following key/value pairs:
Expand Down

0 comments on commit 3359fc1

Please sign in to comment.