No, we do not plan supporting VP8, as it's been superseded by VP9. Playback support on Android is likely as poor for VP8 as it is for VP9. The support you underlined in your screenshot is for VP9 over WebRTC, not for playbach via a video element. The codec used by browsers is libvpx which includes support for both VP8 and VP9. As such, support across browsers will be pretty much the same for VP8 and VP9.
As I mentioned earlier, you can try it yourself by exporting to webm from Spine, then using FFMPEG to change the codec from VP9 to VP8. https://trac.ffmpeg.org/wiki/Encode/VP8