{"id":299087,"date":"2020-02-22T03:00:08","date_gmt":"2020-02-22T03:00:08","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=299087"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=299087","title":{"rendered":"\u0421\u0442\u0438\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0444\u043b\u0430\u0436\u043a\u043e\u0432 \u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c CSS3"},"content":{"rendered":"\n<div class=\"post__text post__text-html\" id=\"post-content-body\" data-io-article-url=\"https:\/\/habr.com\/ru\/post\/489476\/\">\u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 CSS \u0441\u0442\u0438\u043b\u0435\u0439 \u0434\u043b\u044f HTML \u0444\u043e\u0440\u043c, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0447\u0430\u0441\u0442\u043e \u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0441 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043c\u0435\u043d\u044f\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0444\u043b\u0430\u0436\u043a\u043e\u0432 (checkboxes) \u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 (radio buttons). \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u043e\u0439\u0442\u0438 \u044d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f CSS3 \u0438 \u0431\u0435\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u043a\u043e\u0433\u043e-\u043b\u0438\u0431\u043e \u043a\u043e\u0434\u0430 JavaScript. <br \/>  <a name=\"habracut\"><\/a><br \/>  \u0418\u0442\u0430\u043a, \u0434\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u044b\u0447\u043d\u044b\u0445 \u0444\u043b\u0430\u0436\u043a\u043e\u0432 \u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0430 \u0444\u043e\u0440\u043c\u0443: <\/p>\n<pre><code class=\"xml\">\/* \u041c\u043e\u0438 \u0444\u043b\u0430\u0436\u043a\u0438 *\/  &lt;div&gt; &lt;input type=&quot;checkbox&quot; id=&quot;cb1&quot;&gt; &lt;label for=&quot;cb1&quot;&gt;\u0424\u043b\u0430\u0436\u043e\u043a 1&lt;\/label&gt; &lt;\/div&gt;  &lt;div&gt; &lt;input type=&quot;checkbox&quot; id=&quot;cb2&quot;&gt; &lt;label for=&quot;cb2&quot;&gt;\u0424\u043b\u0430\u0436\u043e\u043a 2&lt;\/label&gt; &lt;\/div&gt;  &lt;div&gt; &lt;input type=&quot;checkbox&quot; id=&quot;cb3&quot;&gt; &lt;label for=&quot;cb3&quot;&gt;\u0424\u043b\u0430\u0436\u043e\u043a 3&lt;\/label&gt; &lt;\/div&gt;  \/* \u041c\u043e\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0438 *\/  &lt;div&gt; &lt;input type=&quot;radio&quot; name=&quot;rb&quot; id=&quot;rb1&quot; checked&gt; &lt;label for=&quot;rb1&quot;&gt;\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c 1&lt;\/label&gt; &lt;\/div&gt;  &lt;div&gt; &lt;input type=&quot;radio&quot; name=&quot;rb&quot; id=&quot;rb2&quot;&gt; &lt;label for=&quot;rb2&quot;&gt;\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c 2&lt;\/label&gt; &lt;\/div&gt;  &lt;div&gt; &lt;input type=&quot;radio&quot; name=&quot;rb&quot; id=&quot;rb3&quot;&gt; &lt;label for=&quot;rb3&quot;&gt;\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c 3&lt;\/label&gt; &lt;\/div&gt; <\/code><\/pre>\n<p>  <img decoding=\"async\" src=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/1.png\" alt=\"image\"\/><\/p>\n<p>  \u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u043e\u0442\u0441\u0442\u0443\u043f\u044b \u043a \u0441\u043e\u0441\u0435\u0434\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c \u043c\u0435\u0442\u043a\u0430\u043c:<\/p>\n<pre><code class=\"css\">input[type=&quot;checkbox&quot;]:checked,  input[type=&quot;checkbox&quot;]:not(:checked),  input[type=&quot;radio&quot;]:checked,  input[type=&quot;radio&quot;]:not(:checked)  {     position: absolute;     left: -9999px; }  input[type=&quot;checkbox&quot;]:checked + label,  input[type=&quot;checkbox&quot;]:not(:checked) + label,  input[type=&quot;radio&quot;]:checked + label,  input[type=&quot;radio&quot;]:not(:checked) + label {     display: inline-block;     position: relative;     padding-left: 28px;     line-height: 20px;     cursor: pointer; } <\/code><\/pre>\n<p>  <img decoding=\"async\" src=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/2.png\" alt=\"image\"\/><\/p>\n<p>  \u041f\u0435\u0440\u0435\u0434 \u043c\u0435\u0442\u043a\u0430\u043c\u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0441\u0442\u0438\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u0434\u043b\u044f \u043d\u0430\u0448\u0438\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432. \u0414\u043b\u044f \u0444\u043b\u0430\u0436\u043a\u043e\u0432 \u044d\u0442\u043e \u0431\u0443\u0434\u0443\u0442 \u043a\u0432\u0430\u0434\u0440\u0430\u0442\u044b \u0441 \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0434\u043b\u044f \u043a\u0440\u0430\u0441\u043e\u0442\u044b \u043a\u0440\u0430\u044f\u043c\u0438, \u0430 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 \u2014 \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u043a\u0440\u0443\u0433\u0438:<\/p>\n<pre><code class=\"css\">input[type=&quot;checkbox&quot;]:checked + label:before,  input[type=&quot;checkbox&quot;]:not(:checked) + label:before, input[type=&quot;radio&quot;]:checked + label:before,  input[type=&quot;radio&quot;]:not(:checked) + label:before {     content: &quot;&quot;;     position: absolute;     left: 0px;     top: 0px;     width: 18px;     height: 18px;     border: 1px solid #dddddd;     background-color: #ffffff; }  input[type=&quot;checkbox&quot;]:checked + label:before,  input[type=&quot;checkbox&quot;]:not(:checked) + label:before {     border-radius: 2px; }  input[type=&quot;radio&quot;]:checked + label:before,  input[type=&quot;radio&quot;]:not(:checked) + label:before {     border-radius: 100%; } <\/code><\/pre>\n<p>  <img decoding=\"async\" src=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/3.png\" alt=\"image\"\/><\/p>\n<p>  \u0422\u0435\u043f\u0435\u0440\u044c \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0432\u044b\u0431\u043e\u0440\u0430. \u0414\u043b\u044f \u0444\u043b\u0430\u0436\u043a\u043e\u0432 \u044d\u0442\u043e \u0431\u0443\u0434\u0443\u0442 \u0433\u0430\u043b\u043a\u0438, \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 \u2014 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u043e\u043c \u043a\u0440\u0443\u0433\u0438 \u043c\u0435\u043d\u044c\u0448\u0435\u0433\u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0430, \u0447\u0435\u043c \u0441\u0430\u043c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440. \u0414\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0430 \u0437\u0430\u0434\u0430\u0434\u0438\u043c \u0442\u0430\u043a\u0436\u0435 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0443\u044e \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044e:<\/p>\n<pre><code class=\"css\">input[type=&quot;checkbox&quot;]:checked + label:after,  input[type=&quot;checkbox&quot;]:not(:checked) + label:after,  input[type=&quot;radio&quot;]:checked + label:after,  input[type=&quot;radio&quot;]:not(:checked) + label:after {     content: &quot;&quot;;     position: absolute;     -webkit-transition: all 0.2s ease;     -moz-transition: all 0.2s ease;     -o-transition: all 0.2s ease;     transition: all 0.2s ease; }  input[type=&quot;checkbox&quot;]:checked + label:after,  input[type=&quot;checkbox&quot;]:not(:checked) + label:after {     left: 3px;     top: 4px;     width: 10px;     height: 5px;     border-radius: 1px;     border-left: 4px solid #e145a3;     border-bottom: 4px solid #e145a3;     -webkit-transform: rotate(-45deg);     -moz-transform: rotate(-45deg);     -o-transform: rotate(-45deg);     -ms-transform: rotate(-45deg);     transform: rotate(-45deg); }  input[type=&quot;radio&quot;]:checked + label:after,  input[type=&quot;radio&quot;]:not(:checked) + label:after {     left: 5px;     top: 5px;     width: 10px;     height: 10px;     border-radius: 100%;     background-color: #e145a3; } <\/code><\/pre>\n<p>  <img decoding=\"async\" src=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/4.png\" alt=\"image\"\/><\/p>\n<p>  \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u0437\u043d\u0430\u043a \u0433\u0430\u043b\u043a\u0438, \u043c\u044b \u043f\u043e\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a, \u0434\u0432\u0435 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043e\u043a\u0440\u0430\u0448\u0435\u043d\u044b \u0432 \u0446\u0432\u0435\u0442, \u043d\u0430 45 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043f\u0440\u043e\u0442\u0438\u0432 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0435\u043b\u043a\u0438.<\/p>\n<p>  \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u0441\u0435\u043b\u0435\u043a\u0442\u043e\u0440\u044b :before \u0438 :after \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0434\u043e \u0438 \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u0439 \u043c\u0435\u0442\u043a\u0438. \u0422\u0430\u043a \u043a\u0430\u043a \u0434\u043b\u044f \u043c\u0435\u0442\u043e\u043a \u043c\u044b \u0437\u0430\u0434\u0430\u043b\u0438 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 (position: relative), \u0442\u043e \u043c\u043e\u0436\u0435\u043c \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0435 \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0445 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e.<\/p>\n<p>  \u041e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u0441\u043a\u0440\u044b\u0442\u044c \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0432\u044b\u0431\u043e\u0440\u0430, \u043a\u043e\u0433\u0434\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d, \u0438, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u0445, \u043a\u043e\u0433\u0434\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438:<\/p>\n<pre><code class=\"css\">input[type=&quot;checkbox&quot;]:not(:checked) + label:after,  input[type=&quot;radio&quot;]:not(:checked) + label:after {     opacity: 0; }  input[type=&quot;checkbox&quot;]:checked + label:after,  input[type=&quot;radio&quot;]:checked + label:after {     opacity: 1; } <\/code><\/pre>\n<p>  <img decoding=\"async\" src=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/5.png\" alt=\"image\"\/><\/p>\n<p>  \u0414\u043e\u0431\u0430\u0432\u0438\u043c, \u0447\u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0435 \u0437\u0434\u0435\u0441\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0432\u043e \u0432\u0441\u0435\u0445 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u044f\u0445 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432 Chrome, Firefox, Safari, Opera, \u0430 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 9, \u0438 \u0432 Internet Explorer.<\/p>\n<p>  \u041f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e CSS \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c <a href=\"https:\/\/tozalakyan.com\/sandbox\/checkboxes\/checkboxes.zip\" rel=\"nofollow\">\u0437\u0434\u0435\u0441\u044c<\/a>.<\/div>\n<p> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/post\/489476\/\"> https:\/\/habr.com\/ru\/post\/489476\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"\n<div class=\"post__text post__text-html\" id=\"post-content-body\" data-io-article-url=\"https:\/\/habr.com\/ru\/post\/489476\/\">\u041f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 CSS \u0441\u0442\u0438\u043b\u0435\u0439 \u0434\u043b\u044f HTML \u0444\u043e\u0440\u043c, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0447\u0430\u0441\u0442\u043e \u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0441 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043c\u0435\u043d\u044f\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0444\u043b\u0430\u0436\u043a\u043e\u0432 (checkboxes) \u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u0439 (radio buttons). \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u043e\u0439\u0442\u0438 \u044d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f CSS3 \u0438 \u0431\u0435\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u043a\u043e\u0433\u043e-\u043b\u0438\u0431\u043e \u043a\u043e\u0434\u0430 JavaScript.   <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-299087","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/299087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=299087"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/299087\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=299087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=299087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=299087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}