<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ofsilvers</author_name>
  <author_url>https://blog.hatena.ne.jp/ofsilvers/</author_url>
  <blog_title>しるてく</blog_title>
  <blog_url>https://ofsilvers.hateblo.jp/</blog_url>
  <categories>
    <anon>css</anon>
  </categories>
  <description>ちょっと前に友人と話していたのですが、 list-styleで（）付きの数字をつける方法。 動作確認はあまりしていないですが、最近のは大体大丈夫なはずです。IE7はダメです。 &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;style&gt; ol li{ list-style-type:none; list-style-position:inside; counter-increment: cnt; } ol li:before{ display: marker; content: &quot;(&quot; counter(cnt) &quot;)&quot;; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;ol…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fofsilvers.hateblo.jp%2Fentry%2Flist-style-by-counter-increment&quot; title=&quot;list-styleで括弧付の数字を振りたいとき - しるてく&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>2012-05-28 19:35:18</published>
  <title>list-styleで括弧付の数字を振りたいとき</title>
  <type>rich</type>
  <url>https://ofsilvers.hateblo.jp/entry/list-style-by-counter-increment</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
