1.. raw:: html 2 3 <style type="text/css"> 4 td { text-align: left; } 5 .notstarted { opacity: 60%; } 6 .nothingtodo { 7 background-color: #99FF99; 8 font-style: italic; 9 } 10 .inprogress { 11 background-color: #FFFF99; 12 font-style: italic; 13 } 14 .inreview { background-color: #FFFF99; } 15 .partial { 16 background-color: #2CCCFF; 17 font-style: italic; 18 } 19 .complete { background-color: #99FF99; } 20 .chrono { background-color: #D8BFD8; } 21 .format { background-color: #FFE4B5; } 22 .ranges { background-color: #7FFFD4; } 23 .spaceship { background-color: #B0E0E6; } 24 .fc { background-color: #8EAF63; white-space:nowrap; } 25 .concurrency { background-color: #909090; white-space:nowrap; } 26 .dr { background-color: #FFFF99; } 27 </style> 28 29.. role:: notstarted 30.. role:: nothingtodo 31.. role:: inprogress 32.. role:: inreview 33.. role:: partial 34.. role:: complete 35 36.. |Not Started| replace:: :notstarted:`Not Started` 37.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` 38.. |In Progress| replace:: :inprogress:`In Progress` 39.. |Review| replace:: :inreview:`Review` 40.. |Partial| replace:: :partial:`Partial` 41.. |Complete| replace:: :complete:`Complete` 42 43.. role:: chrono 44.. role:: format 45.. role:: ranges 46.. role:: spaceship 47.. role:: fc 48.. role:: concurrency 49.. role:: dr 50 51.. |chrono| replace:: :chrono:`chrono` 52.. |format| replace:: :format:`format` 53.. |ranges| replace:: :ranges:`ranges` 54.. |spaceship| replace:: :spaceship:`spaceship` 55.. |flat_containers| replace:: :fc:`flat containers` 56.. |concurrency TS| replace:: :concurrency:`concurrency TS` 57.. |DR| replace:: :dr:`Defect Report` 58 59.. |sect| unicode:: U+00A7 60.. |hellip| unicode:: U+2026 61