diff --git a/amendments.js b/amendments.js index 249816e93..6f39155ba 100644 --- a/amendments.js +++ b/amendments.js @@ -18,13 +18,19 @@ function removeComments(el) { function markInsertion(el, controller) { const wrapper = document.createElement("ins"); - if (el.tagName === "DIV" || el.tagName === "SECTION" || el.tagName === "DT" || el.tagName === "DD" || el.tagName === "LI") { + if (el.tagName === "DIV" || el.tagName === "SECTION" || el.tagName === "DT" || el.tagName === "DD" || el.tagName === "LI" || el.tagName === "TR") { // special casing the case where
+ For example, the opus audio codec has a "stereo" flag. If + "stereo=0" was negotiated, the decoder produces one channel + regardless if the bitstream is mono or stereo, and if + "stereo=1" was negotiated, the decoder produces two channels + regardless if the bitstream is mono or stereo. +
+