- From: Wonsuk Lee <wonsuk73@gmail.com>
- Date: Tue, 20 Mar 2012 10:25:07 +0900
- To: mixed <i.nevalose@gmail.com>
- Cc: public-html-ig-ko@w3.org
¾È³çÇϼ¼¿ä. Àü¿ë¿ì ±×·ìÀå´Ô. Áö¿øÇØ Áּż °¨»çÇÕ´Ï´Ù^^ 5¿ùȸÀÇ Agenda¿¡ Ãß°¡Çϵµ·Ï ÇÏ°Ú½À´Ï´Ù. ±×¸®°í 4¿ùȸÀÇ ¹ßÇ¥ Á¦¸ñÀº ¾î¶»°Ô ÇÒ±î¿ä? ¿¹Àü Á¦¸ñ´ë·Î Ãß°¡¸¦ ÇÒ±î¿ä? ÀÌ¿ø¼® µå¸². 2012³â 3¿ù 20ÀÏ ¿ÀÀü 10:03, mixed <i.nevalose@gmail.com>´ÔÀÇ ¸»: > ¾È³çÇϼ¼¿ä. Àü¿ë¿ìÀÔ´Ï´Ù. > > ¿¹Àü¿¡ ÇãÁØȸ´ÔÀÇ ¹ßÇ¥¿¡¼ °ü½ÉÀÖ°Ô º» ºÎºÐÀä. > Á¦°¡ À̹ø¿¡´Â ´Ù¸¥ ¹ßÇ¥ÁÖÁ¦°¡ ÀÖ¾î¼ ¸øÇÒ °Í °°°í ÇÏ½Ç ºÐÀÌ ¾øÀ¸¸é ´ÙÀ½¿¡ ¹ßÇ¥Çϵµ·Ï ÇÏ°Ú½À´Ï´Ù. > > > 2012/3/20 Wonsuk Lee <wonsuk73@gmail.com> >> >> ¾È³çÇϼ¼¿ä. »ï¼ºÀüÀÚÀÇ ÀÌ¿ø¼®ÀÔ´Ï´Ù. >> >> W3C Web Applications WG¿¡¼ Shadow DOM [1] À̶ó´Â Ç¥ÁØÀ» °³¹ß Áß¿¡ ÀÖÀ¸¸ç, º» Ç¥ÁØÀ» Á¦¾ÈÇؼ >> °³¹ßÇÑ googleÀÇ Dimitri Glazkov¶ó´Â Ä£±¸°¡ >> shadow DOMÀÇ ÀÌÇظ¦ µ½±âÀ§ÇØ What the Heck is Shadow DOM? [2] À̶ó´Â ±ÛÀ» ÀÚ½ÅÀÇ ºí·Î±×¿¡ >> ¿Ã·È½À´Ï´Ù. >> >> Â÷±âȸÀÇ¿¡¼ º» ±â¼úÀÌ ¹«¾ùÀÎÁö ¾î¶»°Ô È°¿ëÇÒ ¼ö ÀÖ´ÂÁö¿¡ ´ëÇؼ °ËÅäÇØ º¸¾ÒÀ¸¸é ÇÕ´Ï´Ù. Volunteer¸¦ ã½À´Ï´Ù~^^ >> >> >> [1] >> http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html >> [2] http://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/ >> >> >> ÀÌ¿ø¼® µå¸². >> >> >> ---------- Forwarded message ---------- >> From: Dimitri Glazkov <dglazkov@chromium.org> >> Date: 2012/3/20 >> Subject: [webcomponents] Progress Update >> To: public-webapps <public-webapps@w3.org> >> >> >> Hello, public-webapps! >> >> Here's another summary of work, happening in Web Components. >> >> SHADOW DOM >> (https://www.w3.org/Bugs/Public/showdependencytree.cgi?id=14978) >> * First bits of the Shadow DOM test suite have landed: >> http://w3c-test.org/webapps/ShadowDOM/tests/submissions/Google/tests.html >> * More work in spec, long tail of edge cases and bugs: >> - You can now select elements, distributed into insertion points >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=16176) >> - A bug in adjusting event's relatedTarget was discovered and fixed >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=16176) >> - As a result of examining Viewlink (an IE feature), more events are >> now stopped at the boundary >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15804) >> - Fixed a bug around scoping of styles >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=16318) >> * Started restructuring CSS-related parts of the spec to accommodate >> these new features: >> - Specify a way to select host element >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15220) >> - Consider a notion of shared stylesheet >> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15818) >> - Consider a flag for resetting inherited styles at the shadow >> boundary (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15820) >> * Experimental support of Shadow DOM in WebKit is slowly, but surely >> gaining multiple shadow DOM subtree support >> (https://bugs.webkit.org/show_bug.cgi?id=77503) >> >> HTML TEMPLATES >> (https://www.w3.org/Bugs/Public/showdependencytree.cgi?id=15476): >> * First draft of the specification is ready for review: >> http://dvcs.w3.org/hg/webcomponents/raw-file/spec/templates/index.html. >> * Most mechanical parts are written as deltas to the HTML spec, which >> offers an interesting question of whether this spec should just be >> part of HTML. >> >> CODE SAMPLES >> (https://www.w3.org/Bugs/Public/showdependencytree.cgi?id=14956): >> * Web Components Polyfill >> (https://github.com/dglazkov/Web-Components-Polyfill) now has unit >> tests and a good bit of test coverage. Contributions are appreciated. >> Even though it may not >> >> ADDITIONAL WAYS TO STAY UPDATED: >> * https://plus.google.com/b/103330502635338602217/ >> * http://dvcs.w3.org/hg/webcomponents/rss-log >> * follow the meta bugs for each section. >> >> :DG< >> >> >> >> -- >> >> ========================================= >> ÀÌ ¿ø ¼® (Wonsuk, Lee) / Principal Engineer, Ph.D >> SAMSUNG ELECTRONICS Co., LTD. (ß²àøï³í) >> Mobile: +82-10-5800-3997 >> E-mail: wonsuk11.lee@samsung.com, wonsuk73@gmail.com >> http://www.wonsuk73.com/, twitter: @wonsuk73 >> ----------------------------------------- >> Inspire the World, Create the Future !!! >> ========================================= >> > -- ========================================= ÀÌ ¿ø ¼® (Wonsuk, Lee) / Principal Engineer, Ph.D SAMSUNG ELECTRONICS Co., LTD. (ß²àøï³í) Mobile: +82-10-5800-3997 E-mail: wonsuk11.lee@samsung.com, wonsuk73@gmail.com http://www.wonsuk73.com/, twitter: @wonsuk73 ----------------------------------------- Inspire the World, Create the Future !!! =========================================
Received on Tuesday, 20 March 2012 01:25:46 UTC