{"id":136,"date":"2013-07-26T14:13:47","date_gmt":"2013-07-26T05:13:47","guid":{"rendered":"http:\/\/appw.jp\/html5x\/?p=136"},"modified":"2013-07-26T14:13:47","modified_gmt":"2013-07-26T05:13:47","slug":"supports-%e3%83%ab%e3%83%bc%e3%83%ab%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%97%e3%81%a6%e3%81%bf%e3%81%be%e3%81%99","status":"publish","type":"post","link":"https:\/\/appw.jp\/html5x\/?p=136","title":{"rendered":"@supports \u30eb\u30fc\u30eb\u3092\u8a2d\u5b9a\u3057\u3066\u307f\u307e\u3059"},"content":{"rendered":"<p>@supports \u30eb\u30fc\u30eb\u306e\u6700\u65b0\u4ed5\u69d8\u306f\u3001CSS Conditional Rules Module Level 3 W3C Candidate Recommendation 4 April 2013 \u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002@supports \u30eb\u30fc\u30eb\u306f\u3001CSS \u306b\u3064\u3044\u3066 ( Property : Value ) \u3068\u3044\u3046\u3088\u3046\u306a\u5f62\u5f0f\u3067\u306e\u6307\u5b9a\u6761\u4ef6\u306b\u3064\u3044\u3066\u3001\u30d6\u30e9\u30a6\u30b6\u304c\u305d\u306e\u5b9f\u88c5\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3057\u3066\u5206\u5c90\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n<p>\u300c<a href=\"http:\/\/appw.jp\/?p=98\">Firefox 22.0 \u3067\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u8abf\u6574<\/a> \u300d\u306e\u8a18\u4e8b\u3067\u306f\u3001Firefox 22 \u306e flexbox \u304c flex-wrap \u306b\u672a\u5bfe\u5fdc\u3068\u3044\u3046\u4ef6\u3067\u8abf\u6574\u3092\u884c\u3063\u3066\u3044\u307e\u3057\u305f\u3002\u305d\u306e\u5f8c\u3082 Google \u691c\u7d22\u304b\u3089\u4ed6\u306e\u65b9\u306e\u5bfe\u5fdc\u65b9\u6cd5\u306a\u3069\u3092\u8aad\u307e\u305b\u3066\u3044\u305f\u3060\u3044\u3066\u3044\u308b\u4e2d\u3067\u3001\u3053\u306e @supports \u30eb\u30fc\u30eb\u306e\u5229\u7528\u3092\u7d39\u4ecb\u3059\u308b\u8a18\u4e8b\u3082\u591a\u304f\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>\u53c2\u8003\u306b\u3055\u305b\u3066\u9802\u3044\u3066\u3001\u308f\u305f\u3057\u306a\u308a\u306b\u8a2d\u5b9a\u3057\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n.contentsWrapper {\r\n  margin: 0 0 0 0 ;\r\n  padding: 0 0 0 0 ;\r\n  width: 100%;\r\n  overflow: visible ;\r\n  clear: both ;\r\n\r\n  text-align: center ;\r\n  vertical-align: top ;\r\n\r\n  display: block ;\r\n\r\n  display: -webkit-box ;\r\n  -webkit-box-pack: center ;\r\n\r\n  display: -ms-flexbox ;\r\n  -ms-flex-direction: row ;\r\n  -ms-flex-align: start ;\r\n  -ms-flex-pack: center ;\r\n  -ms-flex-wrap: wrap ;\r\n\r\n  display: -webkit-flex ;\r\n\/*  -webkit-flex-direction: row ; *\/\r\n\/*  -webkit-flex-wrap: wrap ;     *\/\r\n  -webkit-flex-flow: row wrap ;\r\n\r\n  -webkit-justify-content: center ;\r\n  -webkit-align-items: flex-start ;\r\n  -webkit-align-content: flex-start ;\r\n\r\n @supports (flex-wrap: wrap) {\r\n   display: flex ;\r\n\/*  flex-direction: row ; *\/\r\n\/*  flex-wrap: wrap ;     *\/\r\n   flex-flow: row wrap ;\r\n\r\n   justify-content: center ;\r\n   align-items: flex-start ;\r\n   align-content: flex-start ;\r\n }\r\n}\r\n\r\n\/*\r\n@-moz-document url-prefix( ) {\r\n  .contentsWrapper {\r\n    display: block;\r\n  }\r\n}\r\n*\/\r\n<\/pre>\n<p>@supports (flex-wrap: wrap) { } \u3067\u3001flex-wrap: wrap \u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u3068\u304d\u306e\u30eb\u30fc\u30eb\u3068\u306a\u308a\u3001\u307e\u305f\u3001@supports not (flex-wrap: wrap) { } \u3067\u3001flex-wrap: wrap \u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u3068\u304d\u306e\u30eb\u30fc\u30eb\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>@supports \u30eb\u30fc\u30eb\u306e\u6700\u65b0\u4ed5\u69d8\u306f\u3001CSS Conditional Rules Module Level 3 W3C Candidate Recommendation 4 April 2013 \u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002@s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-136","post","type-post","status-publish","format-standard","hentry","category-css3"],"_links":{"self":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=136"}],"version-history":[{"count":0,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts\/136\/revisions"}],"wp:attachment":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}