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:
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:
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.
Posted in (X)HTML, Accessibility, JavaScript.
Copyright © Roger Johansson