I'm in the process of creating a Math-focused game/app with HTML5 technologies (HTML5 + CSS3 + JavaScript) specifically for the upcoming Blackberry 10 Devices. I plan to use Blackberry WebWorks for porting.
One aspect of the game involves generating numerous random numbers. Currently, I achieve this by styling them within "p" tags. However, someone has recommended that I minimize my usage of stylesheets and instead utilize the Canvas API.
Should I heed this advice for potential performance enhancements, or is it merely another suggestion to consider?