26c26 < commented changes found necssary during the development of the v3 --- > commented changes found necessary during the development of the v3 35a36,41 > :root { > --font-sans: 'Noto Sans', Arial, Helvetica, sans-serif; > --font-serif: 'Noto Serif', 'Times', 'Times New Roman', serif; > --font-mono: 'Roboto Mono', Courier, 'Courier New', monospace; > } > 38d43 < width: extend-to-zoom; 53c58 < font-family: 'Noto Sans', Arial, Helvetica, sans-serif; --- > font-family: var(--font-sans); 55a61 > overflow-wrap: break-word; 141a148,156 > svg[font-family~="serif" i], svg [font-family~="serif" i] { > font-family: var(--font-serif); > } > svg[font-family~="sans-serif" i], svg [font-family~="sans-serif" i] { > font-family: var(--font-sans); > } > svg[font-family~="monospace" i], svg [font-family~="monospace" i] { > font-family: var(--font-mono); > } 156,159d170 < border: none; < /* this isn't optimal, but it's an existence proof. PrinceXML doesn't < support flexbox yet. < */ 160a172 > border: none; 183a196,198 > ul.ulBare, li.ulBare { > margin-left: 0em !important; > } 225c240,241 < a[href].selfRef { --- > a[href].selfRef, > .iref + a[href].internal { 235c251 < tt, code, pre, code { --- > tt, code, pre { 237c253 < font-family: 'Roboto Mono', monospace; --- > font-family: var(--font-mono); 366a383,388 > /* Fix PDF info block run off issue */ > @media print { > #identifiers dd { > float: none; > } > } 468c490 < font-family: "Noto Sans",Arial,Helvetica,sans-serif; --- > font-family: var(--font-sans); 608d629 < 630a652,654 > .breakable pre { > break-inside: auto; > } 698c722 < /* The follwing is commented out here, but set appropriately by in code, as --- > /* The following is commented out here, but set appropriately by in code, as 798c822 < tt, code, pre, code { --- > tt, code, pre { 803c827 < pre.sourcecode, --- > .sourcecode pre, 839c863 < /* Make the alternative author contact informatio look less like just another --- > /* Make the alternative author contact information look less like just another 1020a1045 > .artwork > pre, 1035c1060 < and increase the contrast between border and odd row background sligthtly */ --- > and increase the contrast between border and odd row background slightly */ 1041a1067,1069 > tr { > break-inside: avoid; > } 1061c1089 < break-before: avoid-page; --- > break-before: auto; 1092c1120 < /* Text in compact lists should not get extra bottim margin space, --- > /* Text in compact lists should not get extra bottom margin space, 1117c1145 < /* Tweak the comact list text */ --- > /* Tweak the compact list text */ 1135c1163 < dd > div:first-child > pre.sourcecode, --- > dd > div.sourcecode:first-child, 1143a1172,1179 > /* Make paragraph spacing inside
  • smaller than in body text, to fit better within the list */ > li > p { > margin-bottom: 0.5em > } > /* Don't let p margin spill out from inside list items */ > li > p:last-of-type:only-child { > margin-bottom: 0; > } 1255c1291 < 1.  Introduction¶ --- > 1.  Introduction 1258c1294 < 2.  Terminology¶ --- > 2.  Terminology 1261c1297 < 3.  Usage of RtpStreamId and RepairedRtpStreamId in RTP and RTCP¶ --- > 3.  Usage of RtpStreamId and RepairedRtpStreamId in RTP and RTCP 1264c1300 < 3.1.  RTCP "RtpStreamId" SDES Extension¶ --- > 3.1.  RTCP "RtpStreamId" SDES Extension 1267c1303 < 3.2.  RTCP "RepairedRtpStreamId" SDES Extension¶ --- > 3.2.  RTCP "RepairedRtpStreamId" SDES Extension 1270c1306 < 3.3.  RTP "RtpStreamId" and "RepairedRtpStreamId" Header Extensions¶ --- > 3.3.  RTP "RtpStreamId" and "RepairedRtpStreamId" Header Extensions 1275c1311 < 4.  IANA Considerations¶ --- > 4.  IANA Considerations 1278c1314 < 4.1.  New RtpStreamId SDES Item¶ --- > 4.1.  New RtpStreamId SDES Item 1281c1317 < 4.2.  New RepairRtpStreamId SDES Item¶ --- > 4.2.  New RepairRtpStreamId SDES Item 1284c1320 < 4.3.  New RtpStreamId Header Extension URI¶ --- > 4.3.  New RtpStreamId Header Extension URI 1287c1323 < 4.4.  New RepairRtpStreamId Header Extension URI¶ --- > 4.4.  New RepairRtpStreamId Header Extension URI 1292c1328 < 5.  Security Considerations¶ --- > 5.  Security Considerations 1295c1331 < 6.  References¶ --- > 6.  References 1298c1334 < 6.1.  Normative References¶ --- > 6.1.  Normative References 1301c1337 < 6.2.  Informative References¶ --- > 6.2.  Informative References 1306c1342 < Acknowledgements¶ --- > Acknowledgements 1309c1345 < Authors' Addresses¶ --- > Authors' Addresses