diff --git a/content/practices/high-contrast/high-contrast-practice.html b/content/practices/high-contrast/high-contrast-practice.html
index 7e7719685..29307f4c3 100644
--- a/content/practices/high-contrast/high-contrast-practice.html
+++ b/content/practices/high-contrast/high-contrast-practice.html
@@ -727,24 +727,21 @@
Benefits of SVG Graphics
Summary of SVG vs. Bit-Mapped Features
- |
- Color |
- Scaling |
- Performance |
+ Feature |
+ Bit-Mapped |
+ SVG |
- Bit-Mapped |
- Pixels colors do not change based on media queries |
- Low resolution images are distorted when magnified |
- Larger and slower |
+ Resizing and Screen Size |
+ Distorted or small |
+ Smooth scaling |
- SVG |
- Adaptable to user media query preferences |
- Designed for smooth scaling |
- Smaller and faster |
+ Adapt to High Contrast |
+ Colors are fixed |
+ Responsive to media queries |