Skip to content

Commit

Permalink
Document process to follow when Rec is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed May 5, 2022
1 parent 2509e9b commit dc24600
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion amendments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@

Limitations:
* does not allow to handle different type of changes ("modification" vs "append") in a single section - treating all of them as modification should suffice in such a situation
* does not allow to handle different type of amendment ("correction" vs "addition") or different status of amendment ("candidate" vs "proposed") in a single section - the only alternative is to find a lower granularity section should that be needed
* does not allow to handle different type of amendment ("correction" vs "addition") or different status of amendment ("candidate" vs "proposed") in a single section - the only alternative is to find a lower granularity section should that be needed

# Upon publication of a new Recommendation that integrates amendments
* remove said amendments from amendments.json
* replace base-rec.html with the new static content of the Rec, and add in the `<head>`:
```html
<meta name="ROBOTS" content="noindex">
<style>
/* copy of https://www.w3.org/TR/@@@/REC-webrtc-@@@/ only meant
to be used to generate Rec with amendments */
html { display: none}
</style>
```

0 comments on commit dc24600

Please sign in to comment.