From b8d652ff4048abcba872ca69a3f6cecf0ee86d6d Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 27 Aug 2018 22:52:19 +0300 Subject: [PATCH] Add SVG, fix CSS --- glossary/CSS.md | 2 +- glossary/SVG.md | 4 ++++ glossary/keyword_database | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 glossary/SVG.md diff --git a/glossary/CSS.md b/glossary/CSS.md index 4e21c2f11..4f0516ecd 100644 --- a/glossary/CSS.md +++ b/glossary/CSS.md @@ -1,4 +1,4 @@ ### CSS -HTML stands for Cascading Style Sheets and is a language used to style web pages. +CSS stands for Cascading Style Sheets and is a language used to style web pages. CSS documents are plaintext documents structured with rules, which consist of element selectors and property-value pairs that apply the styles to the specified selectors. diff --git a/glossary/SVG.md b/glossary/SVG.md new file mode 100644 index 000000000..6f814ca13 --- /dev/null +++ b/glossary/SVG.md @@ -0,0 +1,4 @@ +### SVG + +SVG stands for Scalable Vector Graphics and is a 2D vector image format based on an XML syntax. +SVG images can scale infinitely and can utilize clipping, masking, filters, animations etc. diff --git a/glossary/keyword_database b/glossary/keyword_database index 50e863af6..0584479ee 100644 --- a/glossary/keyword_database +++ b/glossary/keyword_database @@ -35,6 +35,7 @@ regular-expressions repository selector string +svg template-literals value-vs-reference variable