<% /* This string will be extended in the future as there are discussion to apply animation-delay to non-animatable property */
 
var str = mdn.localString({
    "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": "不可。開始と終了タグの両方が必要。",
    "it": "Nessuna, sia il tag di apertura che quello di chiusura sono obbligatori.",
    "de": "Keine, sowohl das Anfangs- als auch das End-Tag sind erforderlich.",
    "ca": "Cap, tant l'etiqueta inicial com l’etiqueta final són obligatòries",
    "ru": "Нет, открывающий и закрывающий теги обязательны.",
    "zh-CN": "不允许，开始标签和结束标签都不能省略。"
});


%><%- str %>
