<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hokaccha</author_name>
  <author_url>https://blog.hatena.ne.jp/hokaccha/</author_url>
  <blog_title>hokaccha memo</blog_title>
  <blog_url>https://hokaccha.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>例えばel（DOM Element）の直下の.fooを取りたいときに、以下のようにしたい。 el.querySelectorAll('&gt; .foo'); これだとエラーになるんだけど:scopeを使えばいける。 el.querySelectorAll(':scope &gt; .foo'); Chrome、Firefoxでは動いた。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhokaccha.hatenablog.com%2Fentry%2F2017%2F01%2F18%2F080836&quot; title=&quot;element.querySelectorで直下の要素を指定する - hokaccha memo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-01-18 08:08:36</published>
  <title>element.querySelectorで直下の要素を指定する</title>
  <type>rich</type>
  <url>https://hokaccha.hatenablog.com/entry/2017/01/18/080836</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
