Re: [webrtc-pc] Document substantive changes since Rec as candidate amendments (#2713)

The process to add a candidate change with this approach is to add a description of the change based on the following template:
```html
<div class=correction id="change-prXXXX">
<p><span class=title><!-- Description that can be used a summary of the change --></span>
   is a candidate correction - 
  see <a href="https://github.com/w3c/webrtc-pc/pull/XXXX">its associated pull request</a>.</p>
</div>
```
and inserts it in the document close to where the substantive changes were made.

If several distant sections are concerned, further instance of that notice can be inserted by simply adding an empty `<div>` of the form:
```html
<div class=correction id="change-prXXXX-N"></div>
```
where N is the incremented value of the number of these notices.

The ReSpec pre-processing script then takes care of adding the numbered "Candidate Correction" markers, and of listing and linking them in the "Candidate Amendments" appendix.

-- 
GitHub Notification of comment by dontcallmedom
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2713#issuecomment-1024411828 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 28 January 2022 16:48:49 UTC