{"id":4169,"date":"2026-01-13T08:16:07","date_gmt":"2026-01-13T08:16:07","guid":{"rendered":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/"},"modified":"2026-01-13T08:16:07","modified_gmt":"2026-01-13T08:16:07","slug":"future-css-drag","status":"publish","type":"post","link":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/","title":{"rendered":"Future CSS: :drag (and Maybe ::dragged-image?)"},"content":{"rendered":"<article>\n<h2>Introduction<\/h2>\n<p>As web development continues to evolve, CSS is at the forefront of this change, introducing new features that enhance user interaction and design flexibility. One of the most exciting upcoming features is the <code>::drag<\/code> pseudo-class, which allows for more intuitive handling of drag-and-drop functionality in web applications. This post delves into what <code>::drag<\/code> is, its potential benefits, and how it might be implemented alongside the proposed <code>::dragged-image<\/code> pseudo-element.<\/p>\n<h2>Understanding :drag and ::dragged-image<\/h2>\n<h3>The :drag Pseudo-Class<\/h3>\n<p>The <code>:drag<\/code> pseudo-class is designed to style elements that are currently being dragged. This feature aims to improve user experience by providing visual feedback during drag operations. For example, when a user drags an image or a card, the element could change its appearance to indicate it is being moved.<\/p>\n<h3>The ::dragged-image Pseudo-Element<\/h3>\n<p>While <code>:drag<\/code> focuses on the element being dragged, <code>::dragged-image<\/code> offers a way to style the visual representation of the dragged element. This can be especially useful in applications where the dragged content differs from the original element, such as creating a ghost image effect.<\/p>\n<h2>How to Use the :drag and ::dragged-image Features<\/h2>\n<p>Implementing these features requires a solid understanding of CSS and JavaScript, particularly the Drag and Drop API. Here\u2019s a step-by-step guide to get you started:<\/p>\n<h3>Step 1: Basic HTML Structure<\/h3>\n<pre><code>&lt;div class=&quot;draggable&quot; draggable=&quot;true&quot;&gt;Drag me!&lt;\/div&gt;<\/code><\/pre>\n<h3>Step 2: Adding CSS Styles<\/h3>\n<p>First, let\u2019s add some basic styles for the draggable element and the <code>:drag<\/code> pseudo-class:<\/p>\n<pre><code>div.draggable { background-color: #f0f0f0; padding: 20px; border: 1px solid #ccc; cursor: grab; }\n\ndiv.draggable:drag { background-color: #b0e0e6; border-color: #4682b4; }<\/code><\/pre>\n<h3>Step 3: JavaScript for Drag-and-Drop Functionality<\/h3>\n<p>Next, implement the JavaScript needed to handle drag events:<\/p>\n<pre><code>document.querySelector('.draggable').addEventListener('dragstart', function(event) {\n    event.dataTransfer.setData(&quot;text\/plain&quot;, event.target.id);\n});<\/code><\/pre>\n<h3>Step 4: Adding the ::dragged-image Styles<\/h3>\n<p>If you want to implement the <code>::dragged-image<\/code> styling, you can do it as follows:<\/p>\n<pre><code>div.draggable::dragged-image {\n    content: url('path\/to\/your\/image.png');\n    opacity: 0.5;\n}<\/code><\/pre>\n<h2>Best Practices for Using :drag and ::dragged-image<\/h2>\n<ul>\n<li>Ensure that the drag-and-drop functionality is intuitive for users.<\/li>\n<li>Provide clear visual feedback during dragging.<\/li>\n<li>Test across multiple browsers to ensure compatibility.<\/li>\n<\/ul>\n<h2>FAQs<\/h2>\n<h3>What browsers support the :drag pseudo-class?<\/h3>\n<p>As of now, browser support for <code>:drag<\/code> and <code>::dragged-image<\/code> is still under development. Keep an eye on updates from the CSS Working Group for the latest information.<\/p>\n<h3>How can I optimize the performance of drag-and-drop events?<\/h3>\n<p>Minimize the number of DOM manipulations during drag events, and consider using CSS transitions for smoother visual feedback. You can also utilize tools like the <a href=\"https:\/\/webtoolslab.io\/tools\/css-minifier.php\">CSS Minifier<\/a> to streamline your CSS.<\/p>\n<h3>Are there any tools to help with drag-and-drop implementation?<\/h3>\n<p>Yes, various tools can assist in the development process. For instance, the <a href=\"https:\/\/webtoolslab.io\/tools\/button-generator.php\">Button Generator<\/a> can help create visually appealing buttons that are integral to drag-and-drop interfaces.<\/p>\n<h2>Conclusion<\/h2>\n<p>The <code>:drag<\/code> pseudo-class and the proposed <code>::dragged-image<\/code> are promising features that could significantly enhance user interaction in web applications. As these features become more standardized, developers should begin experimenting with them to create more engaging and responsive designs. For now, be sure to keep your CSS clean and optimized using tools like the <a href=\"https:\/\/webtoolslab.io\/tools\/css-minifier.php\">CSS Minifier<\/a>, and stay tuned for updates on browser support for these exciting new features!<\/p>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.<\/p>\n","protected":false},"author":1,"featured_media":2866,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[21],"tags":[],"class_list":["post-4169","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab<\/title>\n<meta name=\"description\" content=\"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webtoolslab.io\/blog\/future-css-drag\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab\" \/>\n<meta property=\"og:description\" content=\"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtoolslab.io\/blog\/future-css-drag\/\" \/>\n<meta property=\"og:site_name\" content=\"WebToolsLab\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-13T08:16:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1820\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"maashraf\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"maashraf\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/\"},\"author\":{\"name\":\"maashraf\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#\\\/schema\\\/person\\\/dc734a267c9220810951a2c42f320fbb\"},\"headline\":\"Future CSS: :drag (and Maybe ::dragged-image?)\",\"datePublished\":\"2026-01-13T08:16:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/\"},\"wordCount\":464,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#\\\/schema\\\/person\\\/dc734a267c9220810951a2c42f320fbb\"},\"image\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/1752245927123.webp\",\"articleSection\":[\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/\",\"url\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/\",\"name\":\"Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/1752245927123.webp\",\"datePublished\":\"2026-01-13T08:16:07+00:00\",\"description\":\"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#primaryimage\",\"url\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/1752245927123.webp\",\"contentUrl\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/1752245927123.webp\",\"width\":1820,\"height\":1024,\"caption\":\"1752245927123\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/future-css-drag\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Future CSS: :drag (and Maybe ::dragged-image?)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/\",\"name\":\"WebToolsLab Free Online Developer Tools\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#\\\/schema\\\/person\\\/dc734a267c9220810951a2c42f320fbb\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/#\\\/schema\\\/person\\\/dc734a267c9220810951a2c42f320fbb\",\"name\":\"maashraf\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/favicon-1.png\",\"url\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/favicon-1.png\",\"contentUrl\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/favicon-1.png\",\"width\":96,\"height\":96,\"caption\":\"maashraf\"},\"logo\":{\"@id\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/favicon-1.png\"},\"sameAs\":[\"https:\\\/\\\/webtoolslab.io\\\/blog\"],\"url\":\"https:\\\/\\\/webtoolslab.io\\\/blog\\\/author\\\/maashraf\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab","description":"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/","og_locale":"en_US","og_type":"article","og_title":"Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab","og_description":"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.","og_url":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/","og_site_name":"WebToolsLab","article_published_time":"2026-01-13T08:16:07+00:00","og_image":[{"width":1820,"height":1024,"url":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","type":"image\/webp"}],"author":"maashraf","twitter_card":"summary_large_image","twitter_misc":{"Written by":"maashraf","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#article","isPartOf":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/"},"author":{"name":"maashraf","@id":"https:\/\/webtoolslab.io\/blog\/#\/schema\/person\/dc734a267c9220810951a2c42f320fbb"},"headline":"Future CSS: :drag (and Maybe ::dragged-image?)","datePublished":"2026-01-13T08:16:07+00:00","mainEntityOfPage":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/"},"wordCount":464,"commentCount":0,"publisher":{"@id":"https:\/\/webtoolslab.io\/blog\/#\/schema\/person\/dc734a267c9220810951a2c42f320fbb"},"image":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#primaryimage"},"thumbnailUrl":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","articleSection":["Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webtoolslab.io\/blog\/future-css-drag\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/","url":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/","name":"Future CSS: :drag (and Maybe ::dragged-image?) - WebToolsLab","isPartOf":{"@id":"https:\/\/webtoolslab.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#primaryimage"},"image":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#primaryimage"},"thumbnailUrl":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","datePublished":"2026-01-13T08:16:07+00:00","description":"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.","breadcrumb":{"@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtoolslab.io\/blog\/future-css-drag\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#primaryimage","url":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","contentUrl":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","width":1820,"height":1024,"caption":"1752245927123"},{"@type":"BreadcrumbList","@id":"https:\/\/webtoolslab.io\/blog\/future-css-drag\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webtoolslab.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Future CSS: :drag (and Maybe ::dragged-image?)"}]},{"@type":"WebSite","@id":"https:\/\/webtoolslab.io\/blog\/#website","url":"https:\/\/webtoolslab.io\/blog\/","name":"WebToolsLab Free Online Developer Tools","description":"","publisher":{"@id":"https:\/\/webtoolslab.io\/blog\/#\/schema\/person\/dc734a267c9220810951a2c42f320fbb"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webtoolslab.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/webtoolslab.io\/blog\/#\/schema\/person\/dc734a267c9220810951a2c42f320fbb","name":"maashraf","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/favicon-1.png","url":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/favicon-1.png","contentUrl":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/favicon-1.png","width":96,"height":96,"caption":"maashraf"},"logo":{"@id":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/favicon-1.png"},"sameAs":["https:\/\/webtoolslab.io\/blog"],"url":"https:\/\/webtoolslab.io\/blog\/author\/maashraf\/"}]}},"jetpack_featured_media_url":"https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp","uagb_featured_image_src":{"full":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp",1820,1024,false],"thumbnail":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123-150x150.webp",150,150,true],"medium":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123-300x169.webp",300,169,true],"medium_large":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123-768x432.webp",768,432,true],"large":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123-1024x576.webp",1024,576,true],"1536x1536":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123-1536x864.webp",1536,864,true],"2048x2048":["https:\/\/webtoolslab.io\/blog\/wp-content\/uploads\/2025\/07\/1752245927123.webp",1820,1024,false]},"uagb_author_info":{"display_name":"maashraf","author_link":"https:\/\/webtoolslab.io\/blog\/author\/maashraf\/"},"uagb_comment_info":0,"uagb_excerpt":"Explore the future of CSS with the new :drag pseudo-class and potential ::dragged-image features.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/posts\/4169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/comments?post=4169"}],"version-history":[{"count":0,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/posts\/4169\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/media\/2866"}],"wp:attachment":[{"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/media?parent=4169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/categories?post=4169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webtoolslab.io\/blog\/wp-json\/wp\/v2\/tags?post=4169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}