<% mdn.deprecated(); %>
<%
/* This string will be extended in the future as there are discussion to apply animation-delay to non-animatable property */

var str = mdn.localString({
    "de": "Keine, sowohl das Start- als auch das End-Tag sind obligatorisch.",
    "en-US": "None, both the starting and ending tag are mandatory.",
    "fr": "Aucune, la balise d'ouverture et la balise de fermeture sont obligatoires",
    "ja": "不可。開始と終了タグの両方が必要。",
    "ko": "불가능, 시작과 끝에 태그를 추가하는것은 필수입니다.",
    "ru": "Нет, открывающий и закрывающий теги обязательны.",
    "zh-CN": "不允许，开始标签和结束标签都不能省略。"
});

%><%- str %>
