In issue #5998 we resolved to make base an attribute rather than a keyword. However, we also resolved that an author will want to be able to determine if base is supported to adjust their styles accordingly. I was actioned to open this issue to determine what that solution will look like.
@frivoal recommended a pseudo-class approach for detection since it will be added by element while an @support would be more generic and thus won't allow the granular detection.