Presentation: CSS Takes Over the World

I was at Adobe MAX this week, where we got to see all of the new and exciting things coming from Adobe.

I got to present my talk on CSS twice and, as promised, here are my slides from that:

Posted in Blog | Comments Off on Presentation: CSS Takes Over the World

JavaScript-created markup also needs to be semantic and accessible

Back in the day you used to be able to view source on a web page to see the markup used to create it. These days, on many sites, a large portion of the markup is not visible when you view source because it is inserted by JavaScript functions.

That isn’t necessarily a problem provided that you use progressive enhancement and unobtrusive JavaScript. If you follow those principles, content and basic functionality will still be there when scripting is unavailable. Many of us understand that. But one thing I’ve noticed is that some developers forget to consider semantics or accessibility in the markup they use JavaScript to insert.

Read full post

Posted in , , .

Copyright © Roger Johansson


Posted in Blog | Comments Off on JavaScript-created markup also needs to be semantic and accessible