Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The :future
CSS pseudo-class selector is a time-dimensional pseudo-class that will match for any element which appears entirely after an element that matches :current
. For example in a video with captions which are being displayed by WebVTT.
:future(p, span) { display: none; }