From what I have read, it appears that HTML5 removes the distinction between strict and transitional (always strict now). I have not been able to find it specifically mentioned anywhere, only implied. Is this the case?
From what I have read, it appears that HTML5 removes the distinction between strict
Share
This is the (only) DOCTYPE for HTML5:
That’s it. So yes, there’s no difference between “strict” and “transitional”.