diff --git a/index.xml b/index.xml
index b7020d0097..4c906952dd 100644
--- a/index.xml
+++ b/index.xml
@@ -42,7 +42,7 @@
-
+
@@ -75,12 +75,12 @@
-
+
-
+
@@ -104,7 +104,7 @@
-
+
@@ -141,7 +141,7 @@
-
+
@@ -149,7 +149,7 @@
diff --git a/index.xslt b/index.xslt
index 65ad322c55..ab55bcad38 100644
--- a/index.xslt
+++ b/index.xslt
@@ -38,6 +38,11 @@
+
+ Implementation in progress
+
+
+
Implemented (Swift 4)
@@ -246,6 +251,10 @@
a.number.status-implemented {
background-color: #319021;
}
+ a.number.status-implementing {
+ background-color: #5abc4e;
+ background: repeating-linear-gradient(135deg, #5abc4e, #5abc4e 14.29%, #319021 14.29%, #319021 28.57%);
+ }
a.number.status-accepted {
background-color: #5abc4e;
}