Gezgin Web Engine written in Go Completely From Scratch
https://getbootstrap.com/docs/5.0/examples/cover/ Web Adress Showed Above As Screenshot
Now Gezgine Can Load Web Pages From Web
git clone https://github.com/MrSametBurgazoglu/GezginWebEngineGo.git
cd GezginWebEngineGo
go get .
go run main/main.go
Html Elements | Parsing | Drawing |
---|---|---|
<a> |
☑ | |
<body> |
☑ | ☑ |
<button> |
☑ | |
<canvas> |
☑ | |
<details> |
☑ | |
<div> |
☑ | ☑ |
<html> |
☑ | ☑ |
<img> |
☑ | |
<label> |
☑ | |
<link> |
☑ | |
<script> |
☑ | |
<style> |
☑ | |
<textarea> |
☑ |
Css Properties | Parsing | In-Use |
---|---|---|
accent-color |
☑ | |
align-content |
☑ | |
align-items |
☑ | |
align-self |
☑ | |
background-blend-mode |
☑ | |
background-repeat |
☑ | |
background-origin |
☑ | |
background-clip |
☑ | |
background-attachment |
☑ | |
background-color |
☑ | ☑ |
border |
☑ | |
color |
☑ | ☑ |
height |
☑ | |
min-height |
☑ | |
max-height |
☑ | |
width |
☑ | |
min-width |
☑ | |
max-width |
☑ | |
margin-top |
☑ | |
margin-bottom |
☑ | |
margin-left |
☑ | |
margin-right |
☑ | |
margin |
☑ | |
padding-top |
☑ | |
padding-bottom |
☑ | |
padding-left |
☑ | |
padding-right |
☑ | |
padding |
☑ | |
position |
☑ | ☑ |
top |
☑ | |
bottom |
☑ | |
left |
☑ | |
right |
☑ | |
visibility |
☑ |