From fb6b426832737821f4333dcfcc8173e8e2a674bf Mon Sep 17 00:00:00 2001 From: Alex Prut Date: Mon, 23 Oct 2017 18:59:21 +0200 Subject: [PATCH] Added official w3c spec reference to question: attributes in HTML questions (#74) --- front-end/interview-questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index 8b6c44e4..fd0ec995 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -99,6 +99,7 @@ These days, using `data-` attributes is not encouraged. One reason is that users ###### References - http://html5doctor.com/html5-custom-data-attributes/ +- https://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes ### Consider HTML5 as an open web platform. What are the building blocks of HTML5?