QA.1 25.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>W3C Blog</title>
    <style type="text/css" media="all">
    @import "/QA/2006/01/blogstyle.css";
    </style>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />   
   <link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.w3.org/QA/atom.xml" />
   <link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="http://www.w3.org/QA/news.rss" />   

   
</head>

 <body>
    <div id="banner">
      <h1 id="title">
	<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
	W3C Blog
</h1>
    </div>
    <p id="tagline">Join the conversation with W3C members, staff and contributors</p>    
    <ul class="navbar" id="menu">
        <li><a href="archive/">Weblog Archives</a></li>
        <li><a href="./Library/" title="Documents and Publications on Web and Quality">Documents</a></li>
        <li><a href="./Tools/" accesskey="3" title="Validators and other Tools">Tools</a></li>
        <li><a href="/2007/12/qa-blog-help/index#feedback">Feedback</a></li>
    </ul>

<div id="searchbox">
<form method="get" action="http://www.google.com/custom" enctype="application/x-www-form-urlencoded">
<p id="formbox"><input type="text" size="15" class="textfield" name="q" accesskey="E" maxlength="255" /> <input type="submit" class="submitfield" value="Search" id="goButton" name="sa" accesskey="G" /> <input type="hidden" name="cof" value="T:black;LW:72;ALC:#ff3300;L:http://www.w3.org/Icons/w3c_home;LC:#000099;LH:48;BGC:white;AH:left;VLC:#660066;GL:0;AWFID:0b9847e42caf283e;" /><input type="hidden" id="searchW3C" name="sitesearch" checked="checked" value="www.w3.org/QA" /><input type="hidden" name="domains" value="www.w3.org/QA" /></p>
</form>
</div>



    <div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->


        <div id="jumpbar">
           
        <h2>About the W3C Blog</h2>
        <p>This weblog has been created for information and discussions between W3C and the Web community at large, as an informal companion to the news items on the <a href="/">W3C homepage</a>.  Announcements, issues on Web standards and educational materials among other topics will be published on this weblog.</p><p>Individual blog entries, posted by W3C Staff or Working-Group participants, generally do not represent the consensus of the W3C, but express individual opinions of the respective author.</p> <p>Read other <a href="/blog/">blogs at W3C</a> (Working Groups, CEO, etc.).</p>
        <p><a href="http://www.w3.org/QA/atom.xml"><img class="feed_icon" src="/QA/2007/04/feed_icon" alt="feed" />Subscribe to this blog's Articles feed</a></p>




 <h3>Recent Blog Comments</h3>
       
<ul>

<li>Edward on 
<a href="http://www.w3.org/QA/2010/01/encourage_accessibility_make_a_difference.html#c1071303">Take a few minutes to encourage web accessibility. You can make a difference.</a>

</li>

<li>joe sica on 
<a href="http://www.w3.org/QA/2008/09/build-your-own-browser.html#c967276">Build Your Own Browser</a>

</li>

<li>Bruno Girin on 
<a href="http://www.w3.org/QA/2010/01/encourage_accessibility_make_a_difference.html#c957053">Take a few minutes to encourage web accessibility. You can make a difference.</a>

</li>

<li>Dana van der Merwe on 
<a href="http://www.w3.org/QA/2011/10/steve_jobs.html#c955820">Steve Jobs and the actually usable computer</a>

</li>

<li>Karl Dubost on 
<a href="http://www.w3.org/QA/2011/11/openweb-weekly-21.html#c951960">Open Web Platform Weekly Summary - 2011-11-21 - 2011-11-28</a>

</li>

</ul>
        <p><a href="http://www.w3.org/QA/comments.xml"><img class="feed_icon" src="/QA/2007/04/feed_icon" alt="feed" />Subscribe to this blog's Comments feed</a></p>

<h2>Quality Assurance at W3C</h2>
<p>This page used to be the home page for the Quality Assurance activity at W3C, and has since been broadened in scope and audience to become the W3C Blog.</p>
<p>W3C continues to strive for quality, through testing and a quality process (see <a href="http://www.w3.org/QA/TheMatrix">the QA Matrix</a>), <a href="http://www.w3.org/QA/Tools/">Quality Tools</a> and <a href="http://www.w3.org/QA/Library/">documents</a>. </p>
<p>Archives of the life of the Quality Assurance are still available: visit the home page of the <a href="./IG/"><acronym title="Quality Assurance Interest Group">QAIG</acronym></a>, the former <a href="./IG/"><acronym title="Quality Assurance Working Group">QAWG</acronym></a> or its <a href="Agenda/">calendar</a>.</p>
 
<h2>Random Webmaster Tip</h2>
<p>
<a href="http://www.w3.org/QA/Tips/reback">Use standard redirects: don't break the back button!</a></p>
                         </div>
<div id="latest">                                                             
 <h2>Latest News / Articles</h2>
        
        <h3><a href="http://www.w3.org/QA/2012/01/social_business_final_report_p.html">Social Business: Final Report Published with Next Steps for the W3C</a></h3>

    <p>   The final report of the Social Business Jam details a number of recommendations for standardization and use-cases. The main recommendation is to form a Social Business Community Group to develop customer driven use-cases for social business and mature standards around these use-cases - so join the Social Business Community Group!</p>

    <p class="readmore"><a href="http://www.w3.org/QA/2012/01/social_business_final_report_p.html">&raquo; Read on...</a></p>
    <p class="postinfo">Filed by <a href="http://www.ibiblio.org/hhalpin">Harry Halpin</a> on January 16, 2012  3:14 AM in <a href="http://www.w3.org/QA/archive/technology/social_networking/">Social Networking</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2012/01/social_business_final_report_p.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2012/01/social_business_final_report_p.html#comments">Comments (0)</a>
                                 | <a href="http://www.w3.org/QA/2012/01/social_business_final_report_p.html#trackback">TrackBacks (0)</a>
</p>
        
        <h3><a href="http://www.w3.org/QA/2012/01/wcag_techniques_learn_more.html">WCAG Techniques Updated - Learn about the informative guidance</a></h3>

    <p>Today W3C WAI published updated Techniques for WCAG 2.0 and Understanding WCAG 2.0... We encourage you to learn more about the stable WCAG 2.0 standard and the "informative" Techniques...</p>

    <p class="readmore"><a href="http://www.w3.org/QA/2012/01/wcag_techniques_learn_more.html">&raquo; Read on...</a></p>
    <p class="postinfo">Filed by <a href="http://www.w3.org/People/Shawn/">Shawn Henry</a> on January  3, 2012  7:22 PM in <br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2012/01/wcag_techniques_learn_more.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2012/01/wcag_techniques_learn_more.html#comments">Comments (0)</a>
                                 | <a href="http://www.w3.org/QA/2012/01/wcag_techniques_learn_more.html#trackback">TrackBacks (0)</a>
</p>
        
        <h3><a href="http://www.w3.org/QA/2011/12/w3c_tag_publishes_finding_on_i.html">W3C TAG Publishes Finding on Identifying Application State</a></h3>

    <p>The W3C TAG has published a finding on Identifying Application State.  See <a href="http://www.w3.org/2001/tag/doc/IdentifyingApplicationState">http://www.w3.org/2001/tag/doc/IdentifyingApplicationState</a></p>

    <p class="readmore"><a href="http://www.w3.org/QA/2011/12/w3c_tag_publishes_finding_on_i.html">&raquo; Read on...</a></p>
    <p class="postinfo">Filed by <a href="">Ashok Malhotra</a> on December 24, 2011  4:53 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/12/w3c_tag_publishes_finding_on_i.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2011/12/w3c_tag_publishes_finding_on_i.html#comments">Comments (0)</a>
                                 | <a href="http://www.w3.org/QA/2011/12/w3c_tag_publishes_finding_on_i.html#trackback">TrackBacks (0)</a>
</p>
        
        <h3><a href="http://www.w3.org/QA/2011/12/sounding_out_the_audio_apis.html">Sounding Out the Audio APIs</a></h3>

    <p>Read about the Audio WG's new audio API specs in a post by co-chairs Alistair MacDonald and Olivier Thereaux, and staff contact Doug Schepers.</p>

    <p class="readmore"><a href="http://www.w3.org/QA/2011/12/sounding_out_the_audio_apis.html">&raquo; Read on...</a></p>
    <p class="postinfo">Filed by <a href="http://schepers.cc/">Doug Schepers</a> on December 15, 2011 10:53 PM in <a href="http://www.w3.org/QA/archive/technology/audio/">Audio</a>, <a href="http://www.w3.org/QA/archive/open_web/">Open Web</a>, <a href="http://www.w3.org/QA/archive/technology/web_applications_1/">Web Applications</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/12/sounding_out_the_audio_apis.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2011/12/sounding_out_the_audio_apis.html#comments">Comments (0)</a>
                                 | <a href="http://www.w3.org/QA/2011/12/sounding_out_the_audio_apis.html#trackback">TrackBacks (0)</a>
</p>
        
        <h3><a href="http://www.w3.org/QA/2011/12/interview_pearson_company_on_o.html">Interview: Pearson Company on Open Web Platform and Publishing</a></h3>

    <p> I spoke with Diana Stepner, Dan Murphy, Chris Schoenfeld, and Arun Vasudeva of the Pearson company about their use of Open Web Platform technology in publishing. Pearson owns the Financial Times Group and the Penguin Group and has an...</p>

    <p class="readmore"><a href="http://www.w3.org/QA/2011/12/interview_pearson_company_on_o.html">&raquo; Read on...</a></p>
    <p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on December 15, 2011 10:30 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/interviews/">Interviews</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/12/interview_pearson_company_on_o.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2011/12/interview_pearson_company_on_o.html#comments">Comments (0)</a>
                                 | <a href="http://www.w3.org/QA/2011/12/interview_pearson_company_on_o.html#trackback">TrackBacks (0)</a>
</p>
        
                  
   <h3><a href="archive/">older entries</a></h3>
    <ul>
        
        <li class="module-list-item"><a href="http://www.w3.org/QA/2011/12/open_web_platform_weekly_summa.html">Open Web Platform Weekly Summary - 2011-12-05 - 2011-12-11</a></li>
        
        <li class="module-list-item"><a href="http://www.w3.org/QA/2011/12/web_and_tv_ig_note_on_home_net.html">Web and TV IG note on Home Networking Scenarios published</a></li>
        
        <li class="module-list-item"><a href="http://www.w3.org/QA/2011/12/openweb-weekly-22.html">Open Web Platform Weekly Summary - 2011-11-29 - 2011-12-04</a></li>
        
        <li class="module-list-item"><a href="http://www.w3.org/QA/2011/11/ben_schwarz_joining_csswg.html">Ben Schwarz joins CSSWG</a></li>
        
        <li class="module-list-item"><a href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html">Interview: Roger Cutler on W3C and Chevron use of Semantic Web Technology</a></li>
        
               <li><a href="archive/">... Archives of older entries</a></li>
      </ul>
                    
</div> <!-- latest -->
<div id="footer">
<h2>Browse around</h2>


<div id="foot_categs">
<h3>Find News and Articles in...</h3>
    
        
        <ul class="module-list">
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/open_web/" title="">Open Web (30)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/" title="">Technology (48)</a>
            
            
                
        <ul class="module-list">
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/accessibility/" title="">Accessibility (24)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/audio/" title="">Audio (1)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/css/" title="">CSS (35)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/html/" title="">HTML (146)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/http/" title="">HTTP (17)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/internationalization/" title="">Internationalization (3)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/mobile/" title="">Mobile (21)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/privacy/" title="">Privacy (9)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/svg/" title="">SVG (25)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/security/" title="">Security (6)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/semantic_web/" title="">Semantic Web (62)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/social_networking/" title="">Social Networking (12)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/video/" title="">Video (20)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/web_applications_1/" title="">Web Applications (18)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/web_design/" title="">Web Design (12)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/xml/" title="">XML (17)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/technology/egov/" title="">eGov (11)</a>
            
            
                
            </li>
        </ul>
        
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/usability/" title="">Usability (2)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/" title="">W3C・QA News (25)</a>
            
            
                
        <ul class="module-list">
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/" title="">Bugs Life (12)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/ceo/" title="W3C CEO Jeff Jaffe's blog">CEO (12)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/interviews/" title="">Interviews (14)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/" title="">Meetings (37)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/publications/" title="">Publications (29)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/qaig_life/" title="">QAIG Life (6)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/" title="">Technology 101 (29)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/tools/" title="">Tools (63)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/" title="">W3C Life (91)</a>
            
            
                
            </li>
        </ul>
        
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_architecture/" title="">Web Architecture (27)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_spotting/" title="">Web Spotting (7)</a>
            
            
                
        <ul class="module-list">
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/" title="">Opinions &amp;amp; Editorial (98)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_spotting/reference/" title="">Reference (8)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_spotting/tutorials/" title="">Tutorials (18)</a>
            
            
                
            </li>
        </ul>
        
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/web_of_devices/" title="">Web of Devices (1)</a>
            
            
                
            </li>
        
        
        
            
            <li class="module-list-item"><a href="http://www.w3.org/QA/archive/workshops/" title="">Workshops (14)</a>
            
            
                
            </li>
        </ul>
        
    
</div><!-- foot_categs -->

<div id="foot_meta">
<h3 id="resources">Find your way around QA</h3>
<ul>
<li>Documents
  <ul>
<li><a href="http://www.w3.org/QA/2003/03/web-kit" title="Web Standards Switch, or &quot;how to improve your Web site easily&quot;">Web Standards Switch</a>, </li>
<li><a href="http://www.w3.org/QA/WG/qaframe-primer" title="The QA Framework Primer, an introduction to the framework designed to improve the quality of W3C Specifications">the W3C QA Primer</a>,</li>
<li>and more in the <a href="http://www.w3.org/QA/Library/" title="the QA Library, a repository of documents and publications on Web and Quality practices">QA Library</a>.</li>
  </ul>
</li>
<li>Tools
  <ul>
    <li>the <a href="http://validator.w3.org">Markup (HTML) Validator</a>,</li>
    <li><a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a>,</li>
<li>and more in the <a href="http://www.w3.org/QA/Library/" title="the QA Toolbox, a collection of free tols and services useful for creation and maintenance of quality Web sites">QA Toolbox</a>.</li>

  </ul>
</li>
</ul>
<h3>Get out of here and read...</h3>
<ul>
<li>This will do you some good:
  <ul>
    <li><a href="http://webstandards.org/" title="The Web Standards Project">WaSP</a>,</li>
    <li><a href="http://maccaws.org/" title="Making A Commercial Case for Adopting Web Standards">MACCAWS</a>,</li>
    <li><a href="http://alistapart.com/" title="A LIST Apart: For People Who Make Websites">A List Apart</a>,</li>
<li><a href="http://openweb.eu.org/" hreflang="fr"  title="OpenWeb, pour les standards du web">OpenWeb</a>,</li>
<li><a href="http://www.evolt.org/" title="Evolt.org is a world community for web developers, promoting the mutual free exchange of ideas, skills and experiences.">evolt</a>.</li>

  </ul>
</li>
<li>We also like <!-- yes  we does, precious -->:
  <ul>
    <li>The <a href="http://www.csszengarden.com/" title="the CSS Zen Garden, A demonstration of what can be accomplished visually through CSS-based design.">CSS Zen Garden</a>,</li>
    <li><a href="http://accessify.com/" title="Tools, wizards, articles and tutorials on Web Accessibility for the conscientious web developer">Accessify</a>,</li>
    <li><a href="http://webstandardsgroup.org/" title="the Web Standards Group">WSG</a>,</li>
    <li><a href="http://www.digital-web.com/">Digital Web Magazine</a>,</li>
    <li><a href="http://www.quirksmode.org/" title="QuirksMode - for all your browser quirks">QuirksMode</a>,</li>
<li><a href="http://w3qc.org/" title="W3 Quebec, voir le web autrement" hreflang="fr">W3QC</a>.</li>
      </ul>
</li>
</ul>

</div><!-- foot_meta -->

<div id="foot_roll">
<h3>The buzz in other W3C blogs</h3>

       <ul>
         
        <li><a href="http://www.w3.org/blog/CSS/2011/09/19/css_device_adaptation">CSS Device Adaptation First Public Working Draft</a></li>
         
        <li><a href="http://www.w3.org/blog/International/2011/09/15/just_published_1_new_and_3_updated_artic">Just published: 1 new and 3 updated articles about language declarations in HTML </a></li>
         
        <li><a href="http://www.w3.org/blog/CSS/2011/09/08/css3_values_updated">Updated draft of Values and Units</a></li>
         
        <li><a href="http://www.w3.org/blog/CSS/2011/09/08/september_text_update">CSS3 Text and CSS3 Writing Modes updated</a></li>
         
        <li><a href="http://www.w3.org/blog/International/2011/09/08/registrations_are_filling_up_for_the_mul">Registrations are filling up for the MultilingualWeb workshop in Limerick, 21-22 Sept.</a></li>
         
        </ul>

</div><!-- foot_roll -->


<p id="gentime">This page was last generated on $Date: 2012/01/16 04:06:08 $</p>      

</div>
</div>
<address>

This blog is written by W3C staff and working group participants,<br />
&nbsp;and maintained by <a href="/People/CMercier/">Coralie Mercier</a>.<br />
Authorized parties may <a href="/QA/new">log in</a> to create a new entry.<br/>
<span id="poweredby">Powered by Movable Type, magpierss and a lot of Web Technology</span>
    </address>


    
    <p class="copyright">
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2012
      <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
      (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
      <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
      <a href="http://www.keio.ac.jp/">Keio</a>),
      All Rights Reserved.
      W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
      <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
      and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
      rules apply. Your interactions with this site are in accordance
      with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
      <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
      statements.
    </p>


  </body>
</html>