As by the HTML 4.01 specification, all attribute definitions of lists, such as ordered lists and unordered lists, are deprecated, meaning that you can’t make a list purely in HTML that would skip some numbers, e.g. 1, 2, 3, 5 skipping 4. Previously you could use start or value attribute to set a value for the list item. Now, as the attributes have became deprecated, any self-respecting coder would expect CSS to kick in with the alternative. Unfortunately, this is not the case. Read the rest of this entry »
Years ago, for Internet Explorer 5, Microsoft took a shortcut to ‘extended CSS support’ that they called the Dynamic Properties. Despite the fancy name it had nothing to do with W3C Cascading Style Sheet standards nor was it available cross-platform. Now, as the software giant has realized the impact of open standards, they are giving up on these non-standard developments. Read the rest of this entry »
Most web sites on the web are static. They have no CMS and their owners lack skills to do the editing properly. That’s the niche for Typeroom. Read the rest of this entry »
WebKit has introduced another development towards greater support of W3C initiatives – Selectors API, currently in the status of Working Draft. Read the rest of this entry »
To emphasize greater use of Cascading Style Sheets — there are few very good reasons to dump endless HTML table structures in favour of CSS.
Read the rest of this entry »