From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- files/ja/mozilla/developer_guide/svg_guidelines/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files/ja/mozilla/developer_guide') diff --git a/files/ja/mozilla/developer_guide/svg_guidelines/index.html b/files/ja/mozilla/developer_guide/svg_guidelines/index.html index 358d2da811..1eea32fe92 100644 --- a/files/ja/mozilla/developer_guide/svg_guidelines/index.html +++ b/files/ja/mozilla/developer_guide/svg_guidelines/index.html @@ -67,7 +67,7 @@ translation_of: Mozilla/Developer_guide/SVG_Guidelines

You shouldn't include DOCTYPEs in your SVGs either, they are source of many issues and the SVG WG recommends not to include them. See SVG Authoring guidelines.

-

Avoid the use of CDATA sections

+

Avoid the use of CDATA sections

CDATA sections are used to avoid parsing some text as HTML. Most of time, CDATA isn't needed, for example, the content in <style> tags doesn't need to be wrapped in a CDATA section as the content inside the tag is already properly parsed as CSS.

@@ -143,7 +143,6 @@ translation_of: Mozilla/Developer_guide/SVG_Guidelines

There's usually no need to set the default style value unless you're overriding a style. Here are some commonly seen examples:

-- cgit v1.2.3-54-g00ecf