Single post
jump to repliesHard work on the smolweb specs
The #smolweb documentation on the HTML subset is now fully available, and it is in line with the smolweb-validator.
Next milestone: best practices with CSS on smolweb sites
3 replies
back to top@adele I would say I miss <center> tag there. Yes, I know about CSS, but there is a problem - it is not supported by Lynx, which is quite iconic for the subject...
@torf center element is deprecated in recent html version. It is not logic to allow it in a new specification.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/center
@adele yes, I know about the deprecation and understand the following logic ☹️. Despite can't say that support the deprecation: they propose to substitute a simpler solution (a tag) by more complex (invocation of CSS rules).
Btw it is a good question how text browsers in general deal with CSS - afair Lynx doesn't at all, will need to figure out about the rest (despite would rather expect that they struggle with that due to complexity or implement very narrow set of possibilities).