Hello
Sorry for asking this - but I am quite sure that I found a comment about JS features being limited to Version 3 somewhere, because of some bundler. But I can't find it again. And that would be a coding level of the last millenium, so I'd have a hard time believing it.
The "At a glance" presentation says that HTML4 must be used. Which would forbid all HTML5 innovations. Really?
And CSS has lots of components and levels. Flexbox, Grid, custom properties, just to name a few.
Do you have an overview of allowed or disallowed features?
Robo
Code: Select all
foreach ( [ 'HTML', 'CSS', 'JAVASCRIPT' ] as $language)
echo "<p>Which features of $language can I use?</p>";
The "At a glance" presentation says that HTML4 must be used. Which would forbid all HTML5 innovations. Really?
And CSS has lots of components and levels. Flexbox, Grid, custom properties, just to name a few.
Do you have an overview of allowed or disallowed features?
Robo