diff options
author | Alexis Puente Montiel <[email protected]> | 2022-02-17 22:17:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-04-22 00:57:00 +0200 |
commit | 7aac45c2ff3634ea31cf9b1a97889065edf650f7 (patch) | |
tree | e96fdd9f31ced02f068bcbac424fc34ad505432d /quanta/data/dtep/html5/description.rc | |
parent | 669546ae13394c0e9de9070ab344b2cbee336395 (diff) | |
download | tdewebdev-7aac45c2ff3634ea31cf9b1a97889065edf650f7.tar.gz tdewebdev-7aac45c2ff3634ea31cf9b1a97889065edf650f7.zip |
Quanta: Add dtep to support HTML5 mode.r14.0.12
Signed-off-by: Alexis Puente Montiel <[email protected]>
Minor fixes.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3b06901a66232c9de174fae3c09bdad401b234c2)
Diffstat (limited to 'quanta/data/dtep/html5/description.rc')
-rw-r--r-- | quanta/data/dtep/html5/description.rc | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/quanta/data/dtep/html5/description.rc b/quanta/data/dtep/html5/description.rc new file mode 100644 index 00000000..02e1f8cd --- /dev/null +++ b/quanta/data/dtep/html5/description.rc @@ -0,0 +1,58 @@ +[General] +Name = HTML 5 +NickName = HTML 5 +URL = https://www.w3.org/TR/html5/syntax.html#the-doctype +DoctypeString = html +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n, Script,Focus +NumOfPages = 3 +CaseSensitive = true +Documentation = HTML + +[Toolbars] +Location = html5 +Names = base, style, meta, tools + +[Page1] +Title = Core and i18n +Groups = Core, I18n + +[Page2] +Title = Events +Groups = Script + +[Page3] +Title = Focus +Groups = Focus + +[Extra rules] +BooleanAttributes = simple +Single Tag Style = XML +StructGroupsCount = 3 + +[Parsing rules] +SpecialTags = script(language) +MayContain = php, css + +[StructGroup_1] +Name = Images (anchor) +No_Name = No Images (anchor) +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links +No_Name = No Links +Icon = www +Tag = a(name,href) +HasFileName = true +FileNameRx = .*\||#.* + +[StructGroup_3] +Name = Resources (link) +No_Name = No Links (link) +Icon = www +Tag = link(href) +HasFileName = true |