From ccf41ce94a115885386883a05167e755d7da54da Mon Sep 17 00:00:00 2001
From: Eric Willigers
Date: Sat, 11 May 2019 10:37:47 +1000
Subject: [PATCH] [css-inline] link to keywords first and last
Reference a box alignment property that supports first and last,
avoiding bikeshed message:
Multiple possible 'last' maybe refs.
---
css-inline-3/Overview.bs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs
index 565fd9862d5..2f9c1853c06 100644
--- a/css-inline-3/Overview.bs
+++ b/css-inline-3/Overview.bs
@@ -167,7 +167,7 @@ Transverse Box Alignment: the 'vertical-align' property
Authors should use this property ('vertical-align') instead of its longhands.
- ISSUE: This property will gain ''first'' and ''last'' keywords,
+ ISSUE: This property will gain ''justify-self/first'' and ''justify-self/last'' keywords,
like in the box alignment properties,
see [[css-align-3#baseline-values]].
The open question